Priority management
Create a new custom ticket priority
POST
Authorizations
Enter JWT bearer token
Enter organization ID
Body
application/json
The name of the ticket priority
Example:
"High"
The ID of the team to which the ticket priority belongs
Example:
"123e4567-e89b-12d3-a456-426614174000"
The display name of the ticket priority
Example:
"High"
The description of the ticket priority
Example:
"This is a high priority ticket"
Whether the ticket priority is the default one
Example:
true
Response
201
application/json
Operation successful
The status of the response
The message of the response
The timestamp of the response
The response for create/update/delete ticket priority operations