API-update-a-block
Modify or archive Notion blocks using their block ID. Update text content for supported block types or toggle 'checked' status for to-do tasks. Restore archived blocks if needed.
Instructions
Notion | Update a block
Input Schema
Name | Required | Description | Default |
---|---|---|---|
archived | No | Set to true to archive (delete) a block. Set to false to un-archive (restore) a block. | |
block_id | Yes | Identifier for a Notion block | |
type | No | The [block object `type`](ref:block#block-object-keys) value with the properties to be updated. Currently only `text` (for supported block types) and `checked` (for `to_do` blocks) fields can be updated. |