update_page
Update a Confluence page's entire content and title. Accepts body text or a file path, markdown or storage format, and an optional version message.
Instructions
Update an entire page's content.
Content can come from the body parameter OR from a file via input_file. Using input_file avoids sending large content through the LLM.
Args: page_id: The page ID. body: The new page body (ignored if input_file is provided). title: New title (optional, keeps current if not provided). body_format: "markdown" or "storage" (default: markdown). version_message: Optional commit message for this version. input_file: Path to a file whose content will be used as the page body. The file format is determined by body_format.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | ||
| title | No | ||
| page_id | Yes | ||
| input_file | No | ||
| body_format | No | markdown | |
| version_message | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |