---
title: "Update Ticket Information"
method: POST
path: "/api/{serviceId}/auth/authorization/ticket/update"
tags: ["Authorization Endpoint"]
---

# Update Ticket Information

`POST /api/{serviceId}/auth/authorization/ticket/update`

## Path parameters

- `serviceId` string, required

## Request body

- AuthorizationTicketUpdateRequest
  - `ticket` string, required — The ticket.
  - `info` string, required — The information about the ticket.

## Response `200`

Authorization ticket updated successfully

- AuthorizationTicketUpdateResponse
  - `info` string — Information about the ticket.
  - `action` 'OK' | 'NOT_FOUND' | 'CALLER_ERROR' | 'AUTHLETE_ERROR' — The result of the /auth/authorization/ticket/info API call.
  - `resultCode` string — The code which represents the result of the API call.
  - `resultMessage` string — A short message which explains the result of the API call.

## Other responses

- `400`
- `401`
- `403`
- `500`

---

[API](https://skmtc.dev/authlete/apis/authlete-api.md) · [All operations](https://skmtc.dev/authlete/apis/authlete-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/authlete/authlete-api/revisions/6b06198e1413/schema)
