confluence_update_page
Update a Confluence page's title and content with markdown by supplying the page ID and current version number to avoid conflicts. Use to modify existing page details.
Instructions
Update the title and/or content of an existing Confluence page. Requires the current version number — Confluence rejects updates that omit it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | New content as plain markdown. Converted to ADF before sending. | |
| title | Yes | New title (required even if unchanged) | |
| pageId | Yes | Numeric page ID | |
| versionNumber | Yes | Current version number. Fetch with confluence_get_page first. Must increment by 1. |