Add a permalink to a root catgeory
POST {{baseUrl}}/api/v1/kbRootCategories/:rootCategoryId/translations/{locale}/permalinks/add
This API adds a permalink to a root category translation
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
{"data":[{"createdBy":{"photoURL":null,"name":"Zylker","id":"6000000016514","status":"ACTIVE","zuid":"343224"},"isPrimary":true,"createdTime":"2020-05-01T14:16:43.000Z","permalink":"autobot"},{"createdBy":{"photoURL":null,"name":"Zylker","id":"6000000016514","status":"ACTIVE","zuid":"343224"},"isPrimary":false,"createdTime":"2020-05-01T14:12:29.000Z","permalink":"transformers"},{"createdBy":{"photoURL":null,"name":"Zylker","id":"6000000016514","status":"ACTIVE","zuid":"343224"},"isPrimary":false,"createdTime":"2020-05-01T14:12:24.000Z","permalink":"flash"}]}