update_block
Update the content of an existing Notion block by providing its block ID and new block data.
Instructions
Update the content of an existing block.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| block_id | Yes | Block UUID to update | |
| block_data | Yes | Dict with block type key and updated content. E.g., {"paragraph": {"rich_text": [{"type": "text", "text": {"content": "New text"}}]}} |