restore_page_from_snapshot
Replace a page's current content with its content from a saved snapshot. Use this after backing up the page to revert unwanted changes.
Instructions
Restore a page from a previously saved snapshot.
WARNING: This deletes all current content and replaces it with the snapshot. Always take a snapshot of the current state before restoring.
Args: page_id: The page to restore into. snapshot_path: Path to the snapshot JSON file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page_id | Yes | ||
| snapshot_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |