Update Topic Permalinks
PATCH {{baseUrl}}/api/v1/communityTopics/([0-9]+)/permalinks
API to update all permalinks of a topic
OAuth Scope
Desk.community.PATCH
Attributes
| Attribute Name | Data Type | Description |
|---|---|---|
| primaryPermalink | <String> | holds the primary permalink of a topic |
| secondaryPermalink | <JSONArray> | holds the secondary permalink of a topic as array |
HEADERS
| Key | Datatype | Required | Description |
|---|---|---|---|
Authorization | string |
RESPONSES
status: OK
{"data":[{"isPrimary":"true","permalink":"community-topic-permalink-primary"},{"isPrimary":"false","permalink":"community-topic-permalink-secondary-1"},{"isPrimary":"false","permalink":"community-topic-permalink-secondary-2"},{"isPrimary":"false","permalink":"community-topic-permalink-secondary-3"}]}