Skip to content

Update ticket flags ​

PUT
/v1/admin/xs2event/tickets/{ticket_id}/flags

Update the flags for a specific ticket

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
{
  
"flags": [
  
  
"string"
  
]
}

Responses​

OK

application/json
JSON
{
  
"ticket_id": "string",
  
"ticket_title": null,
  
"event_name": null,
  
"flags": [
  
  
"string"
  
]
}

Playground​

Server
Authorization
Variables
Key
Value
Body

Samples​