Update document
update_documentUpdate an mdgen document by ID, changing only specified fields such as title, markdown, or mode while preserving all other content.
Instructions
Update a document by id. Only the provided fields change; others are preserved.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Document id | |
| mode | No | New output mode | |
| title | No | New title | |
| markdown | No | New Markdown body |