API ReferenceTicket
Assign task to the Ticket
Assign task to the Ticket
Authorization
apiKey Authorization<token>
Value for the Authorization header parameter.
In: header
Path Parameters
id*string
Ticket identifier
The updated Ticket resource
TypeScript Definitions
Use the request body type in TypeScript.
taskId?|
Format
uuidResponse Body
curl -X PATCH "https://example.com/ticket/tickets/string/assign-task" \ -H "Content-Type: application/json" \ -d '{}'Empty
