set_block_properties
Update block properties in Logseq by specifying UUID and property values using display names defined on the block's tag.
Instructions
Set properties on a block in Logseq DB-mode. Properties must be defined on the block's tag/class. Use property display names (e.g. 'Content status', not the internal ident).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| block_uuid | Yes | UUID of the block to update | |
| properties | Yes | Properties to set as {name: value} pairs. Use display names (e.g. 'Content status': 'kiem') |