UpdateTicketPriority modifies an existing priority.
PATCH/api/v1/ticketing/priorities/:id
Changing urgency_level affects future SLA calculations but not existing ticket SLA timers.
Errors
- NOT_FOUND: Priority does not exist
- INVALID_ARGUMENT: urgency_level out of range
- PERMISSION_DENIED: Caller lacks ticket:admin permission
Request
Responses
- 200
- default
A successful response.
An unexpected error response.