kb.update
Update an existing knowledge base document by ID, replacing its title, content, or source. After updating, regenerate the index page.
Instructions
Update an existing KB document by ID. Replaces title, content, and/or source. After updating, regenerate the index page with kb.index.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | KB document ID to update | |
| title | No | New title (replaces existing) | |
| source | No | New source URL or path (replaces existing) | |
| content | No | New content (replaces existing) | |
| project_id | No | Optional project ID to scope the lookup |