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