edit_confluence_page
Update Confluence pages to modify content, titles, or versions. Automatically increments version numbers when not specified.
Instructions
Updates a Confluence page. If version is not provided, it will be automatically incremented.
MERMAID DIAGRAMS: Confluence Cloud uses the Mermaid Diagrams plugin. You CANNOT create rendered diagrams programmatically. The mermaid-cloud macro only references diagram content in the plugin's internal storage (not accessible via API).
To include a Mermaid diagram, provide it as a code block for the user to manually convert: <ac:structured-macro ac:name="code" ac:schema-version="1"> <ac:parameter ac:name="language">text</ac:parameter> ac:plain-text-body</ac:plain-text-body> </ac:structured-macro>
The user can then convert this code block to a rendered diagram in the Confluence editor.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page_id | Yes | ||
| title | Yes | ||
| content | Yes | ||
| version | No |