Update document
huly_update_documentUpdate a document's title or markdown content in Huly. Replaces the entire body; to append, read the document first, merge, then write back.
Instructions
Update a document title or content. content replaces the entire body; to append, first read the document with huly_get_document, merge, then write the result back.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | New title | |
| content | No | New markdown content (replaces the whole body) | |
| documentId | Yes |