Update permalink of translation
POST {{baseUrl}}/api/v1/articles/:article_id/translations/{locale}/permalinks/add
This API updates the permalink of a translation and adds the old permalink to the redirection list
OAuth Scope
Desk.articles.UPDATE
Attributes
Attribute Name | Data Type | Description |
---|---|---|
permalink (required) | <String> | The permalink of Solution |
isOldPermalinkNeeded | <Boolean> | The variable that defines if permalink needs to be added to redirect list. By default, it is true |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string |
RESPONSES
status: OK
{"primaryPermalink":"how-to-open-account","secondaryPermalinks":["how-to-open-account-1","how-to-open-account-3","how-to-open-account-2"]}