confluence_update_page
Update an existing Confluence page by providing its ID, new title, body, and current version number. Supports storage and atlas_doc_format body content.
Instructions
Update an existing page. Requires page ID, new title, body, and current version number. Output is trimmed by default (drops _links, _expandable, body content, etc.); pass full=true to receive the raw Confluence response.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | The new body content. For storage format: XHTML-based markup. For atlas_doc_format: JSON-stringified ADF document. | |
| full | No | If true, bypass response trimming and return the raw Confluence API response. | |
| title | Yes | The new title of the page | |
| pageId | Yes | The ID of the page to update | |
| status | No | Page status | |
| version | Yes | The current version number (required for optimistic locking) | |
| bodyFormat | No | The format of the body content (default: storage). Use atlas_doc_format for ADF JSON. | |
| versionMessage | No | Optional message describing the changes |