outline_update_document
Modify existing Outline documents by updating titles, content, or publication status using Markdown formatting.
Instructions
Update an existing document in Outline
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The ID of the document to update | |
| title | No | New title for the document | |
| text | No | New content for the document in Markdown format | |
| publish | No | Whether to publish the document |