update_document
Update a document's title, content, metadata, or type by specifying its unique ID and providing new values.
Instructions
Update an existing document with new content or metadata
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | New title for the document | |
| content | No | New markdown content for the document | |
| metadata | No | Updated metadata for the document | |
| document_id | Yes | The unique identifier of the document to update | |
| document_type | No | New document type |