2.0.0
Website
Guide & Tutorial
Blog
Book a Demo
Search
⌃K
Links
2.0.0
Getting Started
Widget
Overview
Installation
Customization
SDK
[Under Development] Overview
[Under Development] iOS
[Under Development] Android
Webhooks
Introduction
Getting Started
Securing Webhook
Webhook Events
REST APIs
Introduction
Authorization
Conversation
Contact
Company
Phone
Chatbot
Analytics
[Under Construction] Custom Cards
Knowledge Base
Groups
Articles
Category
Add Category
Update Category
Delete Category
Get Category
Settings
Powered By
GitBook
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"
}
Previous
Add Category
Next
Delete Category
Last modified
1yr ago