Skip to main content
Version: v3

Update a knowledge base

PUT 

/knowledge-bases/:id

Updates the name and/or description of an existing knowledge base. WHEN TO USE: use this when you need to rename or re-describe a knowledge base; use createKnowledgeBase to add one; use deleteKnowledgeBase to remove one. RETURNS: whether the update succeeded.

Request

Version stringrequired

API Version

Available optionsv3
id stringrequired

The unique identifier of the knowledge base to update

application/json

Bodyrequired

    namestring

    field to update the name of the knowledge base

    descriptionstring

    field to update the description of the knowledge base

application/json

Knowledge base updated successfully

Schema
    successbooleanrequired

    Indicates if the update operation was successful