Update an HTML block
update_blockUpdate an existing HTML block in Zuar Portal by UUID. Modify fields like name, data, CSS, tags, or access; unchanged fields remain.
Instructions
Update an existing HTML block by UUID. Only the fields you pass are sent. Type stays html.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| block_id | Yes | Block UUID to update. | |
| name | No | New display name. | |
| type | No | Block type. This server only handles HTML blocks, so it must be "html". | html |
| data | No | New query config object. | |
| css | No | New CSS. | |
| json_data | No | New widget/extra config. | |
| tags | No | Replacement tag list. | |
| access | No | New access control object. |