---
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` AuthorizationTicketInfo, required
    - `context` string — The arbitrary text attached to the ticket.

## Response `200`

Authorization ticket updated successfully

- AuthorizationTicketUpdateResponse
  - `info` AuthorizationTicketInfo
    - `context` string — The arbitrary text attached to 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`
- `429` — The request exceeded the request rate permitted for the endpoint.
- `500`

---

[API](https://skmtc.net/authlete/apis/authlete-api.md) · [All operations](https://skmtc.net/authlete/apis/authlete-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/authlete/authlete-api/versions/7ad74ab64749/schema)
