Skip to content

Patch ticket via AMI ​

PATCH
/v1/internal/ami/tickets/{ticket_id}

Patch a specific ticket's status and lock status. Used by AMI cron jobs to disable tickets. Restricted to ADMIN and PRODUCT_MANAGEMENT roles.

Authorizations​

api_key
Type
API Key (header: X-Api-Key)

Parameters​

Path Parameters

ticket_id*

XS2event ID of the Ticket

Type
string
Required

Request Body​

application/json
JSON
{
  
"ticket_status": null,
  
"locked_by_client_id": null,
  
"countries_disabled": [
  
  
"string"
  
],
  
"distributors_disabled": [
  
  
"string"
  
],
  
"flags": [
  
  
"string"
  
]
}

Responses​

No Content

Playground​

Server
Authorization
Variables
Key
Value
Body

Samples​