Update Ticket Category
Last updated
Was this helpful?
All API requests should contain authorization headers.
PATCH /tickets/{ticketId}/categoryticketId
integer
yes
Id of ticket you want to update
{
"id": 23445
}The request body should contain the serialized JSON model with the Id of the specified category.
id
nullable integer
no
Id of category you want to set up
To remove a category from the ticket you need to send null or empty object as model. Also, it will work for requests without body at all.
null // or {}Last updated
Was this helpful?
Was this helpful?
{
"data": {},
"errorCode": -1,
"errorText": null
}