Update
Update details for a group in the Knowledge base.
Update Knowledge base
PUT
https://{{account_id}}.acquire.io/api/v1/kb/group/update/{{id}}
This endpoint allows you to update details for a Knowledge Base group. The id must be passed in to the endpoint as a path parameter.
Path Parameters
Name | Type | Description |
---|---|---|
id | integer | Knowledge Base ID |
Headers
Name | Type | Description |
---|---|---|
Authorization | string | Bearer {{API_key}} |
Request Body
Name | Type | Description |
---|---|---|
name | string | The name of the Knowledge Base |
customDomain | string | The URL for the custom domain the Knowledge Base will be hosted on |
language | string | The ISO language code the Knowledge Base will be written in |
Body (row)
Last updated