Skip to main content
PATCH
/
v1
/
public
/
tickets
/
{ticket_id}
/
status
チケットステータスを更新
curl --request PATCH \
  --url https://api.sanka.com/v1/public/tickets/{ticket_id}/status
{
  "ok": true,
  "status": "<string>",
  "ticket_id": "<string>",
  "external_id": "<string>",
  "ctx_id": "<string>"
}

Headers

Accept-Language
string | null

Path Parameters

ticket_id
string
required

Query Parameters

stage_key
string | null
status
string | null
external_id
string | null

Response

OK

ok
boolean
required
status
string
required
ticket_id
string | null
external_id
string | null
ctx_id
string | null