Developers

Assign task to the Ticket

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

Assign task 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.

taskId?|
Formatuuid

Response Body

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