confluence_update_page_section_confirmed
Confirm and apply a heading-based section update to a Confluence page, using a preview hash to ensure content hasn't changed since the preview.
Instructions
Confirm a heading-based section 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 | |
| heading | Yes | Heading text used to locate the target section | |
| sectionStorageValue | Yes | Replacement storage XHTML for the target section | |
| expectedCurrentHash | Yes | Hash returned by confluence_preview_page_section_update | |
| occurrence | No | When the same heading appears multiple times, choose which occurrence (default 1) | |
| includeHeading | No | When true replace from the heading tag itself; when false only replace the body below it (default true) | |
| matchMode | No | Heading match mode: exact or contains (default exact) | |
| 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 |