update_block_rich_text
Update a Notion block's rich text with specific formatting using a JSON array of rich text objects.
Instructions
Update a block's rich text with fully specified formatting.
rich_text_json should be a JSON array of rich text objects, e.g.: [{"type":"text","text":{"content":"Bold text"},"annotations":{"bold":true}}]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| block_id | Yes | ||
| rich_text_json | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |