Authentication required. You must include a valid Bearer token. Only users with the ADMIN or MESA role can call this endpoint.
Endpoint
sp_reclasificar_ticket. The reclassification reason is logged in the ticket history.
Path parameters
The UUID of the ticket to reclassify.
Request body
The new priority level to assign to the ticket (e.g.,
"ALTA", "MEDIA", "BAJA").The new category to assign to the ticket.
The reason for reclassifying the ticket. This text is stored in the ticket history.
Response
Confirmation string. Returns
"Reclasificado" 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. |