---
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`

## Changes

- **2026-08-03** `7ad74ab64749` — 2 breaking, 3 info
  - the `info` request property type/format changed from `string`/`` to `object`/`` (media type: application/json)
  - the `info` request property type/format changed from `string`/`` to `object`/`` (media type: application/x-www-form-urlencoded)
  - added the new optional request property `info/context` (media type: application/json)
  - added the new optional request property `info/context` (media type: application/x-www-form-urlencoded)
  - …1 more
- **2026-01-15** `8a534bc68775` — 1 breaking, 1 info
  - the `info` response's property type/format changed from `string`/`` to `object`/`` for status `200`
  - added the optional property `info/context` to the response with the `200` status

[Change history](https://skmtc.dev/authlete/apis/authlete-api/changes/api/:serviceId/auth/authorization/ticket/update/post.md)

---

[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/7ad74ab64749/schema)
