Last updated 3 years ago
PUT https://{{account_uid}}.acquire.io/api/v1/kb/category/update/{{id}}
PUT
https://{{account_uid}}.acquire.io/api/v1/kb/category/update/{{id}}
This endpoint allows you to update the details of existing category in the knowledge base.
id
integer
The category
Authorization
string
Bearer {{API_key}}
{ "data": { "success": true, "message": "Category successfully updated." } }
{ "groupId": 1, "parentCategory": 0, "name": "new", "description": "new", "categoryIcon": "string", "visibleOrder": 0, "status": "active" }