Skip to main content
PUT
Update Knowledge Base
This endpoint updates the name and/or description of an existing knowledge base.

Path Parameters

id
integer
required
The unique identifier of the knowledge base to update

Request Body

name
string
The new name for the knowledge base (max. 255 characters)
description
string
The new description for the knowledge base (max. 255 characters)

Response Fields

message
string
Success message
data
object
The updated knowledge base object
Updating the name or description of a knowledge base does not affect its documents or processing status.