update-confluence-page
Update an existing Confluence page by providing page ID, title, and content. Automatically fetches current version to prevent conflicts if version is not specified.
Instructions
Update an existing Confluence page. If version is not provided, the current version will be automatically fetched to prevent conflicts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page_id | Yes | ||
| title | Yes | ||
| content | Yes | ||
| version | No | Version number of the page. If not provided, current version will be automatically fetched. |