set_block_properties
Update block properties in Logseq DB-mode by setting key-value pairs using display names. Requires properties defined on the block's tag or class.
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') |