Update Ticket Status

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.

Response

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

Last updated

Was this helpful?