Update Ticket Status

All API requests should contain authorization headers.

Request

PATCH /tickets/{ticketId}/status

Query Parameters

Name
Type
Required
Comments

ticketId

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.

Response

{
  "data": {},
  "errorCode": -1,
  "errorText": null
}

Last updated