restore_side_page_version
Restore a side page's draft to a previous version using its version ID; only the draft changes, leaving the published page untouched until you republish.
Instructions
Restore a side page's draft to a prior version. Find valid version IDs via list_side_page_versions. This only changes the DRAFT — it moves currentVersionId forward to a new version copied from the target (forward history is never deleted). The live/public page is unaffected until you publish again via set_side_page_state({ published: true }).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | Parent landing page slug | |
| sideKey | Yes | Side page key | |
| versionId | Yes | Numeric version ID from list_side_page_versions to restore as the draft |