Appearance
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
Requiredstring
Request Body​
application/json
JSON"flags": ["string"]
{
 Â
 Â
 Â
 Â
}
Responses​
OK
application/json
JSON"ticket_id": "string","ticket_title": null,"event_name": null,"flags": ["string"]
{
 Â
 Â
 Â
 Â
 Â
 Â
 Â
}