Update Ticket Status
Last updated
Was this helpful?
All API requests should contain authorization headers.
PATCH /tickets/{ticketId}/statusticketId
integer
yes
Id of ticket you want to update
Request Body
"open"Body of request should contain one of Ticket Status enumeration values.
not_completed ticket status cannot be set to ticket. It can be used only for listing tickets.
{
"data": {},
"errorCode": -1,
"errorText": null
}Last updated
Was this helpful?
Was this helpful?