Public API Support for Bulk Updating Category/Folder Page Descriptions
D
Dahlia Manatee
Details:
We are managing large-scale knowledge bases on Document360 with 2000+ articles and 200+ category/folder pages per project. We recently used the public API endpoint PUT /v2/Articles/{articleId}/{langCode}/updateDescription to successfully bulk update article descriptions, which worked perfectly.
However, we noticed there is no equivalent public API for updating category/folder page descriptions. This makes it very difficult to bulk update category descriptions programmatically across large projects.
We would like to request a public API endpoint such as:
PUT /v2/Categories/{categoryId}/{langCode}/updateDescription
This would allow teams managing large documentation projects to bulk update category descriptions in the same way articles can be updated today.
Log In