update_confluence_page
Update an existing Confluence page by providing its ID and current version to prevent overwriting changes. Modify title, content, or both with optional minor edit and version comment.
Instructions
Updates an existing Confluence page. You must provide the page ID and its current version number to prevent conflicts. You can update the title, content, or both.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | The new title for the page. If not provided, the title remains unchanged. | |
| pageId | Yes | The ID of the page to be updated. | |
| content | No | The new content for the page, in Markdown or storage format. If not provided, the content remains unchanged. | |
| version | Yes | The current version number of the page. This is required to ensure you are not overwriting someone else's changes. | |
| minorEdit | No | Set to true if this is a minor edit that should not notify watchers. Default is false. | |
| versionComment | No | A brief comment describing the changes made in this version. |