Endpoint
Authentication
Requires authentication withticket:write permission.
Path Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
id | string (UUID) | Yes | Ticket ID to assign |
Request Body
Body Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
technicianId | string (UUID) | Yes | ID of the technician/admin to assign the ticket to |
Request Example
Response
Success Response (200)
Error Response (400)
Error Response (404)
Error Response (401)
Error Response (403)
Notes
- The ticket’s
updatedAttimestamp is automatically updated - The assigned technician must be a valid admin/technician in the system
- Assigning a ticket doesn’t automatically change its status
- Use the Change Ticket Status endpoint to update status after assignment