Update Single Block
plone_update_single_blockUpdate an existing block's data in a Plone content item by providing its path, block ID, and new block data.
Instructions
Modifies the data of a single, existing block within a content item, identified by its block ID. Example: plone_update_single_block({path: '/my-page', blockId: 'abc123', blockData: {text: 'Updated text'}})
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Path to the content | |
| blockId | Yes | ID of the block to update | |
| blockData | Yes | New block data |