confluence_update_page
Update a Confluence page by setting new body content in storage format, with auto-versioning and optional title or comment changes.
Instructions
Update a Confluence page content. Auto increments version. Returns unified fields.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pageId | Yes | Confluence page ID | |
| title | No | New page title (keeps current title if omitted) | |
| bodyStorageValue | Yes | New page body in Confluence storage format (XHTML) | |
| minorEdit | No | Whether this is a minor edit (default true) | |
| message | No | Version update message / change comment |