confluence_updateStorageFromFile
Publish a Confluence page body from a local storage XML file, with automatic version increment and optional reparenting.
Instructions
Publish page body from a local storage XML file via the Confluence proxy (same auth as confluence-dc). Auto-increments version unless you pass version (= current+1). Pass content as-is — do not re-escape entities. Optional parentId to reparent in the same PUT.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | New title (default: keep current) | |
| version | No | New version number; must be current+1. Omit to auto-bump. | |
| filePath | Yes | Absolute path to storage XML file | |
| parentId | No | Optional new parent page ID (reparent + body update) | |
| contentId | Yes | Confluence page ID | |
| versionComment | No | Confluence version comment |