confluence_update_page_anchor_block_confirmed
Confirm and apply an anchor-based block update on a Confluence page after preview. Uses hash verification to ensure content consistency.
Instructions
Confirm an anchor-based block update after preview. The server re-reads the page and only updates when the preview hash still matches current content.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pageId | Yes | Confluence page ID | |
| startAnchor | Yes | Start anchor name | |
| endAnchor | Yes | End anchor name | |
| blockStorageValue | Yes | Replacement storage XHTML between the two anchors | |
| expectedCurrentHash | Yes | Hash returned by confluence_preview_page_anchor_block_update | |
| title | No | New page title (keeps current title if omitted) | |
| minorEdit | No | Whether this is a minor edit (default true) | |
| message | No | Version update message / change comment |