restore_toggle
Restore an archived Notion toggle or toggleable heading by its block ID. Use the ID returned by archive_toggle to unarchive the block.
Instructions
Restore an archived toggle or toggleable heading by archived block ID. Use the block ID returned by archive_toggle; Notion does not expose archived child enumeration for title search or read_page include_archived.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| block_id | Yes | Archived toggle or toggleable heading block ID returned by archive_toggle | |
| dry_run | No | Preview the restore target without mutating Notion. Default false. |