Add Article
Add a new article to a Knowledge Base
post
https://{{account_uid}}.acquire.io/api/v1/kb/article/add
Add New Article
{
"groupId": 1,
"articleSlug": "New",
"featuresImage": "",
"title": "New Article samples",
"description": "",
"tags": [
1
],
"jsonContent": {},
"departmentIds": [
1,
2
],
"relatedArtIds": [
1,
2
],
"articleCategories": [
1,
2
],
"addCategory": [
"name"
],
"seoTitle": "string",
"seoDescription": "string",
"seoKeywords": "string",
"author": 1,
"botAssigned": "no",
"autoRelated": "no",
"access": "internal",
"status": "draft"
}
Last modified 1yr ago