Update Ticket Category
All API requests should contain authorization headers.
Request
Query Parameters
Name
Type
Required
Comments
ticketId
integer
yes
Id of ticket you want to update
Add or update category
Request Body
The request body should contain the serialized JSON model with the Id of the specified category.
Field
Type
Required
Comments
id
nullable integer
no
Id of category you want to set up
Remove category
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.
Request Body
Response
Last updated