confluence_update_page
Update an existing Confluence wiki page by providing its ID, new title, body content in storage format, and current version number to avoid conflicts.
Instructions
Update an existing page
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pageId | Yes | The page ID to update | |
| title | Yes | The new page title | |
| body | Yes | The new page body content in Confluence storage format | |
| version | Yes | The current version number of the page |