ghl_update_knowledge_base
Update the name or description of an existing knowledge base. Provide the knowledge base ID and the new name or description to apply changes.
Instructions
Update the name or description of an existing knowledge base. Returns { success: true } on success.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | New name for the knowledge base | |
| description | No | New description for the knowledge base | |
| knowledgeBaseId | Yes | The knowledge base ID to update |