AssignTicket assigns a ticket to a specific agent.
POST/api/v1/ticketing/tickets/:id/assign
Logs an assignment activity with optional note. Triggers notification to the assigned agent.
Errors
- NOT_FOUND: Ticket or user does not exist
- PERMISSION_DENIED: Caller lacks ticket:write permission
Request
Responses
- 200
- default
A successful response.
An unexpected error response.