Authentication required. You must include a valid Bearer token. Only users with the ADMIN or MESA role can call this endpoint.
Endpoint
sp_asignar_ticket.
Path parameters
The UUID of the ticket to assign.
Request body
The user ID of the agent to assign the ticket to.
The reason for the assignment. This text is stored in the ticket history.
Response
Confirmation string. Returns
"Asignado" 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. |