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 Name | Data Type | Description |
---|---|---|
tags (required) | <list> | Names of the tags |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string |
RESPONSES
status: OK
{"data":[{"name":"sample","tagType":"MANUAL","id":123234324},{"name":"ticket","tagType":"MANUAL","id":1232343244},{"name":"tag","tagType":"SYSTEM","id":12323432434}]}