update_confluence_page
Update an existing Confluence page by supplying page ID, new title, and Markdown content. It converts Markdown to Confluence storage format and handles version bumping automatically.
Instructions
Update an existing Confluence page. REQUIRED: Always provide Markdown content. Supports headers, lists, bold, italic, code blocks, tables, links, images, and more. Content is automatically converted to Confluence storage format (HTML). Automatically handles version bumping.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | The new title for the page. | |
| pageId | Yes | The ID of the Confluence page to update. | |
| markdownContent | Yes | REQUIRED. The page body content in Markdown format. Use headers (# ## ###), lists (*, -), bold (**text**), italic (*text*), code blocks (```), tables (| col |), links ([text](url)), and images. This will be converted to HTML for Confluence. |