Update a knowledge base

Updates an existing knowledge base.

Path parameters

idstringRequired
The ID of the knowledge base you plan to update.

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

This endpoint expects an object.
namestringOptional
The name of the knowledge base.
descriptionstringOptional
The description of the knowledge base.
folder_idstringOptional
The ID of the folder where the knowledge base resides.
data_sourcesmap from strings to anyOptional
The configured data sources for the knowledge base.

Response

Knowledge base updated successfully
idstring or null
The unique identifier of the knowledge base.
namestring or null
The name of the knowledge base.
descriptionstring or null
A description of the knowledge base.
folder_idstring or null
The ID of the folder where the knowledge base resides.
source_typestring or null
The source of the knowledge base.
data_sourcesmap from strings to any or null
The configured data sources for the knowledge base.

Errors