{ "opencollection": "1.0.0", "info": { "name": "Helpcenter KbCategory API", "version": "1.0.0" }, "items": [ { "info": { "name": "KbCategory", "type": "folder" }, "items": [ { "info": { "name": "Get articles for manual sorting", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v1/kbCategory/:categoryId/repositionArticles", "params": [ { "name": "categoryId", "value": "", "type": "path", "description": "To get individual category details" } ] }, "docs": "This API lists the positions of help articles to enable manual sorting. Only leaf categories that have a maximum of 1000 articles can be repositioned." }, { "info": { "name": "Update article position", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v1/kbCategory/:categoryId/repositionArticles", "params": [ { "name": "categoryId", "value": "", "type": "path", "description": "To get individual category details" } ] }, "docs": "This API helps you manually sort articles in your knowledge base. Only leaf categories that have a maximum of 1000 articles can be repositioned." } ] } ], "bundled": true }