Update Single Block
plone_update_single_blockModify the data of an existing block within a Plone content item using its block ID, path, 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 |