update_document
Update existing Huly document fields, including title and content with markdown support. Only specified fields are modified.
Instructions
Update fields on an existing Huly document. Only provided fields are modified. Content updates support markdown.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | a string that will be trimmed | |
| content | No | New document content (markdown supported) | |
| document | Yes | a string that will be trimmed | |
| teamspace | Yes | a string that will be trimmed |