Authentication required. You must include a valid Bearer token. Users with the ADMIN or MESA role can pause any ticket. Users with the AREA role can only pause tickets that belong to their own area.
Endpoint
sp_pausar_ticket.
Path parameters
The UUID of the ticket to pause.
Request body
The reason for pausing the ticket. This text is stored in the ticket history.
Response
Confirmation string. Returns
"Pausado" on success.Error codes
| Status | Description |
|---|---|
401 | No token provided or token is invalid. |
403 | Your role is not ADMIN, MESA, or AREA; or your AREA role does not cover this ticket’s area. |
404 | No ticket found with the given ticket_id. |