update_document
Modify the title or content of an existing document by UUID; content must be HTML, not Markdown. Use when updating stored notes or pages in TextView.
Instructions
更新已有文档的标题或内容。至少提供 title 或 content 之一。content 必须为 HTML 格式(不要用 Markdown)。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | 文档 UUID | |
| title | No | 新标题 | |
| content | No | HTML 格式内容。用 <h2> <p> <ul><li> <blockquote> <strong> <em> 等标签,不要用 Markdown。 |