AddWatcher adds a user as a ticket watcher.
POST/api/v1/ticketing/tickets/:ticketId/watchers
Watchers receive email notifications for ticket updates based on their notification preferences.
Errors
- NOT_FOUND: Ticket or user does not exist
- ALREADY_EXISTS: User is already watching
- PERMISSION_DENIED: Caller lacks ticket:write permission
Request
Responses
- 200
- default
A successful response.
An unexpected error response.