Update Category
This endpoint allows you to update the details of existing category in the knowledge base.
Update Category
Path Parameters
Name
Type
Description
Headers
Name
Type
Description
{
"data": {
"success": true,
"message": "Category successfully updated."
}
}Body (row)
{
"groupId": 1,
"parentCategory": 0,
"name": "new",
"description": "new",
"categoryIcon": "string",
"visibleOrder": 0,
"status": "active"
}Last updated