Skip to main content
PUT
Update knowledgebase
This endpoint updates the name and/or description of an existing knowledgebase.

Path Parameters

integer
required
The unique identifier of the knowledgebase to update

Request Body

string
The new name for the knowledgebase (max 255 characters)
string
The new description for the knowledgebase (max 255 characters)

Response

string
Success message
object
The updated knowledgebase object
Updating a knowledgebase’s name or description does not affect its documents or processing status.