update_document
Update an existing document's title and content, supporting markdown for rich text edits.
Instructions
Update an existing document
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| documentId | Yes | Document ID | |
| title | No | New document title (optional) | |
| content | No | New document content (markdown supported, optional) |