update_document
Modify existing documents in a knowledge base by updating titles, content, or metadata using the document ID.
Instructions
Update an existing document.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Document ID | |
| title | No | New title | |
| content | No | New content | |
| metadata | No | New metadata |