Update a knowledge base
Updates an existing knowledge base.
Path parameters
id
The ID of the knowledge base you plan to update.
Headers
Authorization
Bearer authentication of the form Bearer <token>
, where token is your auth token.
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.