update-block
Update a Notion block's content or archive status by its ID. Modify paragraph text or other block properties directly.
Instructions
Update a block by its ID. Provide the block type and its properties. Example: { "paragraph": { "rich_text": [{ "text": { "content": "Updated text" } }] } }. Set archived to true to move the block to trash. Returns updated block ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| block_id | Yes | Block or page ID | |
| block | Yes | Block data with type-specific properties | |
| archived | No | Archive status |