Restore a page to an earlier version
wiki_restore_page_versionRoll back a wiki page to an earlier version using a versionId from its history. Restoring is non-destructive, adding a new version instead of erasing the trail.
Instructions
Roll a page back to an earlier version from its history — the undo for everything else this connector can do. Restoring is non-destructive in the sense that matters: it appends a new version to the page’s history rather than erasing anything, the intermediate edits stay in the trail, and a mistaken restore can itself be restored away. Get the versionId from wiki_page_history, and preview it with wiki_get_page_version before restoring.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pageId | Yes | Numeric id of the page to roll back. | |
| versionId | Yes | Version to restore the page to — a `versionId` from wiki_page_history. |