Update ticket resolution

PATCH {{baseUrl}}/v1/tickets/:ticket_id/resolution

This API updates the resolution field of a ticket.

OAuth Scope

  • Desk.tickets.UPDATE

Attributes

Attribute NameData TypeDescription
content<string>
max chars : 32000
Content to add in the field
isNotifyContact<boolean>
Key that specifies if the contact associated must be notified about the resolution

HEADERS

KeyDatatypeRequiredDescription
Authorizationstring

RESPONSES

status: OK

{&quot;modifiedTime&quot;:&quot;2015-12-12T00:00:00Z&quot;,&quot;author&quot;:{&quot;firstName&quot;:&quot;pandi&quot;,&quot;lastName&quot;:&quot;raj&quot;,&quot;photoURL&quot;:&quot;https://desk.zoho.com/api/v1/agent/160200000000068005/photo&quot;,&quot;id&quot;:160200000000068000,&quot;email&quot;:&quot;pandeeswaran@zylker.com&quot;},&quot;content&quot;:&quot;test resolution API&quot;}