Update Ticket Category (Obsolete)
Request
PATCH /tickets/{ticketId}/category/{categoryId}Query Parameters
Response
{
"data": {},
"errorCode": -1,
"errorText": null
}Last updated
Was this helpful?
All API requests should contain authorization headers.
PATCH /tickets/{ticketId}/category/{categoryId}Name
Type
Required
Comments
ticketId
integer
yes
Id of ticket you want to update.
categoryId
integer
yes
Id of category you want to set up
{
"data": {},
"errorCode": -1,
"errorText": null
}Data field will be equal to null.
Last updated
Was this helpful?
Was this helpful?