confluence_update_page
Edit an existing Confluence page's body and title. Default keeps draft or current status; pass status='current' to publish a draft.
Instructions
Update a Confluence page. Preserves draft/current status by default; drafts stay at version 1 (Confluence constraint). Pass status='current' to publish a draft.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | Storage-format body. Plain text is wrapped in <p>. | |
| title | No | New title. Omit to keep the current title. | |
| pageId | Yes | ||
| status | No | Target status. Omit to keep the page's current status; use 'current' to publish a draft. |