update_confluence_page
Modify existing Confluence page content by updating or appending text and optionally changing the title to maintain current documentation.
Instructions
Update an existing Confluence page's content.
Args: page_id: The page ID to update. body: New page content (HTML or plain text). title: Optional new title. If omitted, keeps the existing title. append: If True, append to existing content instead of replacing.
Returns confirmation of the update.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page_id | Yes | ||
| body | Yes | ||
| title | No | ||
| append | No |