update_document
Update an existing document (doc, word, note). Supply a new title and/or HTML content to replace the body.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Document ID | |
| title | No | New title | |
| content | No | New HTML content (replaces entire document body) |