Update page
update_pageUpdate a documentation page's title or content, with each change saved as a restorable version. Pass expected_version to reject outdated edits and prevent overwriting concurrent changes.
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 |