Authentication required. You must include a valid Bearer token. Only users with the ADMIN or MESA role can call this endpoint.
Endpoint
sp_reabrir_ticket.
Path parameters
The UUID of the ticket to reopen.
Request body
The reason for reopening the ticket. This text is stored in the ticket history.
Response
Confirmation string. Returns
"Reabierto" on success.Error codes
| Status | Description |
|---|---|
401 | No token provided or token is invalid. |
403 | Your role is not ADMIN or MESA. |
404 | No ticket found with the given ticket_id. |