PATCH/desk/api/v2/ticketpriorities/reorder.json
Update the displayOrder of ticketpriorities.
Body Params
TicketPrioritiesAPIBody handles the listing response for inbox.
- Name
included
- Type
- object
- Description
- Included allows adding referenced objects on the API response. The included keys should map to the `types` in the Relationship slices/objects.
- Name
meta
- Type
- object
- Name
pagination
- Type
- object
- Description
- Pagination handles response pagination
- Name
ticketpriorities
- Type
- array
- Description
- TicketPriority represents a TicketPriority.
Responses
- Code
- 200
- Description
- 200 OK No Data
- Code
- 400
- Type
- object
- Schema
- Description
- 400 Bad Request
Validator hold the validation errors. Typically you shouldn't create this directly but use the New() function.
400 Bad Request
Validator
{
"Errors": {}
}