Associate tags to topic
POST {{baseUrl}}/api/v1/communityTopics/:id/associateTags
This API associates quick access/reference tags to a forum topic.
OAuth Scope
Desk.community.UPDATE
Attributes
| Attribute Name | Data Type | Description |
|---|---|---|
| tags (required) | <list> | Tag phrases |
HEADERS
| Key | Datatype | Required | Description |
|---|---|---|---|
Authorization | string |
RESPONSES
status: OK
[{"name":"tag1","permalink":"tag1"},{"name":"tag2","permalink":"tag2"}]