Update page
update_pageUpdate a documentation page's title or content, creating a new version while preserving old ones. Use expected_version to reject overwrites from concurrent edits.
Instructions
Update a page's title and/or content. Every update creates a new version (old versions stay restorable). Pass expected_version to fail instead of overwriting concurrent edits.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | Yes | Page UUID or "workspaceSlug/spaceSlug/pageSlug" path | |
| title | No | New title | |
| content | No | New full Markdown content (replaces existing content) | |
| expected_version | No | If set and the page has moved past this version, the update is rejected |