Add Article
Add a new article to a Knowledge Base
Add New Article
POST
https://{{account_uid}}.acquire.io/api/v1/kb/article/add
Add a new article to a Knowledge Base. The body must have the required keys:
"groupId"
- The Knowledge Base ID
"title"
- Title of the article
"slug"
- The slug for the article
Headers
Name | Type | Description |
---|---|---|
Authorization | string | Bearer {{API_key}} |
Request Body
Name | Type | Description |
---|---|---|
slug | string | The URL slug of the article |
title | string | The title of the article |
groupId | integer | The ID of the Knowledge Base you want to add the article to |
Body (row)
Last updated