v1
latestOpenAPI 3.0.32026-07-26870417.2 KBtickets
Update Ticket
This endpoint updates properties of a ticket
patch/tickets/{ticket_id}
Request body
Example request
{
"closed_by": "bharat@hashlabs.dev",
"closed_message": "Issue resolved after customer confirmation",
"custom_properties": {
"Custom Property 1": "hello"
},
"priority": "2",
"subject": "New subject 1"
}Response
200 OK
object required
The response is a ticket object. Refer to the ticket object here