Add Category
Add a new category in the Knowledge Base.
Add New Category
POST
https://{{account_id}}.acquire.io/api/v1/kb/category/add
This endpoint allows you to add a new category in the Knowledge Base.
Headers
Name
Type
Description
Authorization
string
Authentication token to track down who is emptying our stocks.
Request Body
Name
Type
Description
name
string
Name of the category. Must be unique.
groupId
integer
ID of the Knowledge Base group you are adding the category to
Body (row)
Last updated