Links

Add Category

Add a new category in the Knowledge Base.
post
https://{{account_id}}.acquire.io/api/v1/kb/category/add
Add New Category

Body (row)

{
"groupId": 1,
"parentCategory": 0,
"name": "string",
"description": "string",
"categoryIcon": "string",
"visibleOrder": 0,
"status": "draft"
}