confluence_update_page
Update an existing Confluence page by providing its ID, new title, HTML content, and current version number. The version is automatically incremented.
Instructions
Update an existing Confluence page
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pageId | Yes | The ID of the page to update | |
| title | Yes | The new title for the page | |
| content | Yes | The new content in Confluence storage format (HTML) | |
| version | Yes | Current version number of the page (will be incremented) |