Update Page
update_pageUpdate an existing Confluence page by modifying its content, title, parent, or owner. Specify the next version number to save changes.
Instructions
Update an existing page (content, title, parent, or owner).
To move a page to a different parent within the same space, pass the new
parent_id. Cross-space moves are not supported by the v2 API.
To transfer ownership, pass the new owner's account ID as owner_id.
Args:
page_id: ID of the page to update.
title: New (or unchanged) title.
body_value: New (or unchanged) body content.
version_number: The next version number to store — must be current version + 1.
body_representation: Format of body_value — storage (default), wiki, atlas_doc_format.
status: 'current' (published) or 'draft'.
parent_id: New parent page ID to move/reparent the page (same space only).
owner_id: Atlassian account ID of the new page owner.
version_message: Optional commit message stored in the version history.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | ||
| status | No | current | |
| page_id | Yes | ||
| owner_id | No | ||
| parent_id | No | ||
| body_value | Yes | ||
| version_number | Yes | ||
| version_message | No | ||
| body_representation | No | storage |