Links

Update Category

This endpoint allows you to update the details of existing category in the knowledge base.
put
https://{{account_uid}}.acquire.io/api/v1/kb/category/update/{{id}}
Update Category

Body (row)

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