Restore Page
restore_pageRestore a trashed Confluence page to 'current' status by specifying its ID, title, body, and next version number.
Instructions
Restore a trashed page by setting its status back to 'current'.
Args:
page_id: ID of the trashed page.
title: Page title (unchanged or new).
body_value: Page body content (unchanged or new).
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.
parent_id: Parent page ID (required if the original parent was also deleted).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | ||
| page_id | Yes | ||
| parent_id | No | ||
| body_value | Yes | ||
| version_number | Yes | ||
| body_representation | No | storage |