Associate Tag

POST {{baseUrl}}/api/v1/tickets/:ticket_id/associateTag

This API adds a single tag or multiple tags to a ticket.

OAuth Scope

  • Desk.tickets.CREATE

Attributes

Attribute NameData TypeDescription
tags (required)<list>
Names of the tags

HEADERS

KeyDatatypeRequiredDescription
Authorizationstring

RESPONSES

status: OK

{&quot;data&quot;:[{&quot;name&quot;:&quot;sample&quot;,&quot;tagType&quot;:&quot;MANUAL&quot;,&quot;id&quot;:123234324},{&quot;name&quot;:&quot;ticket&quot;,&quot;tagType&quot;:&quot;MANUAL&quot;,&quot;id&quot;:1232343244},{&quot;name&quot;:&quot;tag&quot;,&quot;tagType&quot;:&quot;SYSTEM&quot;,&quot;id&quot;:12323432434}]}