Knowledge Bases

Update knowledge base

Update a knowledge base.

put/api/v0/knowledge-bases/{kb_id}

Path parameters

kb_idstring uuid required

Request body

namestring nullable

New name for the knowledge base.

descriptionstring nullable

New description for the knowledge base.

Response

Successful Response

idstring uuid required

The ID of the knowledge base.

namestring required

The name of the knowledge base.

descriptionstring required

The description of the knowledge base.

document_countinteger required

The number of documents in the knowledge base.

created_atstring date-time required

When the knowledge base was created.

updated_atstring date-time required

When the knowledge base was last updated.

Changes

No recorded changes to this endpoint across all 1 revision of this API.