Update document
update_documentModify an existing Outline wiki document's title or markdown body; replace the body by default, or append text, changing only supplied fields.
Instructions
Update an existing document's title and/or markdown body. By default text REPLACES the body; set append=true to add text to the end instead. Only the fields you pass are changed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Document id | |
| done | No | Mark the editing session as finished (triggers notifications) | |
| text | No | New markdown body (or text to append when append=true) | |
| title | No | New title | |
| append | No | Append `text` to the existing body instead of replacing it | |
| publish | No | Publish a draft as part of this update |