update_block_text
Replace all text in a Notion block with new plain text while preserving the block type.
Instructions
Replace all text in a specific block with new plain text.
Preserves the block type but replaces all rich text content. Use find_replace_in_block for targeted text changes that preserve formatting.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| block_id | Yes | ||
| new_text | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |