update_page
Update an existing Confluence page by providing its ID, new title, content in XHTML format, and current version number to ensure correct revision.
Instructions
Update an existing Confluence page
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | New title of the page | |
| pageId | Yes | ID of the page to update | |
| content | Yes | New content in Confluence Storage Format (XHTML). CRITICAL: Content MUST be valid XHTML. Providing plain text or Markdown will result in the markup being displayed literally, not rendered as rich text. | |
| version | Yes | Current version number of the page |