API-update-a-block
Update or modify specific Notion block content, such as text or to-do status, or archive/unarchive blocks using the Notion API. Simplify block management in workspaces.
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. |