Update article position
POST {{baseUrl}}/api/v1/kbCategory/:category_id/repositionArticles
This API helps you manually sort articles in your knowledge base. Only leaf categories that have a maximum of 1000 articles can be repositioned.
OAuth Scope
Desk.articles.UPDATE
Attributes
| Attribute Name | Data Type | Description |
|---|---|---|
| ids (required) | <list> | Array of Entity ids |
HEADERS
| Key | Datatype | Required | Description |
|---|---|---|---|
Authorization | string |