---
title: "Update Ticket Status"
method: PATCH
path: "/v1/public/tickets/{ticket_id}/status"
tags: ["Tickets"]
---

# Update Ticket Status

`PATCH /v1/public/tickets/{ticket_id}/status`

## Path parameters

- `ticket_id` string, required

## Query parameters

- `stage_key` string, nullable
- `status` string, nullable
- `external_id` string, nullable

## Headers

- `Accept-Language` string

## Response `200`

OK

- PublicTicketResponse
  - `ok` boolean, required
  - `status` string, required
  - `ticket_id` string, nullable
  - `external_id` string, nullable
  - `ctx_id` string, nullable

## Other responses

- `400` — Bad Request
- `403` — Forbidden
- `404` — Not Found
- `409` — Conflict
- `500` — Internal Server Error

---

[API](https://skmtc.net/sankahq/apis/ninjaapi.md) · [All operations](https://skmtc.net/sankahq/apis/ninjaapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sankahq/ninjaapi/revisions/c273ff62266a/schema)
