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 NameData TypeDescription
primaryPermalink<String>
holds the primary permalink of a topic
secondaryPermalink<JSONArray>
holds the secondary permalink of a topic as array

HEADERS

KeyDatatypeRequiredDescription
Authorizationstring

RESPONSES

status: OK

{&quot;data&quot;:[{&quot;isPrimary&quot;:&quot;true&quot;,&quot;permalink&quot;:&quot;community-topic-permalink-primary&quot;},{&quot;isPrimary&quot;:&quot;false&quot;,&quot;permalink&quot;:&quot;community-topic-permalink-secondary-1&quot;},{&quot;isPrimary&quot;:&quot;false&quot;,&quot;permalink&quot;:&quot;community-topic-permalink-secondary-2&quot;},{&quot;isPrimary&quot;:&quot;false&quot;,&quot;permalink&quot;:&quot;community-topic-permalink-secondary-3&quot;}]}