confluence_update_page
Update an existing Confluence page by specifying its ID, title, and content in Markdown, which is automatically converted to ADF format. Requires the current version number.
Instructions
Update an existing Confluence page. The content field accepts Markdown — the server converts it to ADF and submits it via the v2 API. The returned content is the ADF JSON document.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | New page title | |
| pageId | Yes | The page ID to update | |
| content | Yes | New page content as Markdown. Converted to ADF before submission. | |
| version | Yes | Current version number of the page |