confluence_push_page
Push cached page edits to Confluence after local editing. Reads ADF body and title, fetches current version to avoid overwrite conflicts, then updates the page.
Instructions
Push the cached page to Confluence.
Reads title and ADF body from the local cache file, fetches the latest version
number from Confluence to avoid conflicts, then publishes.
Call confluence_get_page first, edit the cache file, then call this.
Args:
page_id: The page ID to push.
version_message: Optional message describing the change.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page_id | Yes | ||
| version_message | No |