update_page_content
Update page block content safely by creating a new page version, remapping block IDs, and updating each block. Requires block IDs from an inspected version.
Instructions
Update page block content safely. Creates a new editable page version (PUT page), remaps block IDs, then updates each block (PUT area). Provide blockID values from the version you inspected. Does not approve the new version.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Optional page metadata for the PUT page step (name, description, type, template, attributes). Send empty/omit to only create a version. | |
| blocks | Yes | Blocks to update. blockID must match the layout before this call; the tool remaps IDs after creating a new version. | |
| pageID | Yes | ID of the page to update |