For the complete documentation index, see llms.txt. This page is also available as Markdown.

Update Article

This endpoint allows you to update the details of an existing article in the knowledge base.

Update Article

PUT https://{{account_id}}.acquire.io/api/v1/kb/article/update/{{id}}

This endpoint allows you to update the details of an existing article in the knowledge base. The article ID must be passed in to the endpoint as a path parameter. The Knowledge Base groupId must be passed in to the body.

Path Parameters

Name
Type
Description

id

integer

Article ID

Headers

Name
Type
Description

Authorization

string

Bearer {{API_key}}

Request Body

Name
Type
Description

groupId

integer

ID of the Knowledge Base that the article belongs to

{
  "data": {
    "success": true,
    "message": "Article update successfully"
  }
}

Body (row)

Last updated