update_block
Modify a Notion block's content or archive it by ID; pass fields such as paragraph rich_text or archived true via the notion-enhanced MCP server.
Instructions
Update a block's content or archive it.
Args: block_id: The ID of the block to update fields: Block fields to update. Pass the block type key with its content, e.g. {"paragraph": {"rich_text": [...]}} or {"archived": true} to archive.
Returns: Updated block object
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fields | Yes | ||
| block_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||