Update Ticket Category
Last updated
Was this helpful?
Last updated
Was this helpful?
All API requests should contain .
ticketId
integer
yes
Id of ticket you want to update
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.