Update a knowledge base
Updates an existing knowledge base.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>
, where token is your auth token.
Path parameters
id
The ID of the knowledge base you plan to update.
Request
This endpoint expects an object.
name
The name of the knowledge base.
description
The description of the knowledge base.
folder_id
The ID of the folder where the knowledge base resides.
data_sources
The configured data sources for the knowledge base.
Response
Knowledge base updated successfully
id
The unique identifier of the knowledge base.
name
The name of the knowledge base.
description
A description of the knowledge base.
folder_id
The ID of the folder where the knowledge base resides.
source_type
The source of the knowledge base.
data_sources
The configured data sources for the knowledge base.