Developers

Assign operator to the Ticket

PATCH
/ticket/tickets/{id}/assign-operator

Assign operator to the Ticket

Authorization<token>

Value for the Authorization header parameter.

In: header

Path Parameters

id*string

Ticket identifier

Request Body

The updated Ticket resource

TypeScript Definitions

Use the request body type in TypeScript.

operator?|
Formatiri-reference

Response Body

curl -X PATCH "https://example.com/ticket/tickets/string/assign-operator" \  -H "Content-Type: application/json" \  -d '{}'
Empty