replace_content
Replace all content in a Notion page with new markdown text. Deletes existing blocks and writes new ones using supported markdown syntax.
Instructions
Replace all page content with the provided markdown. Deletes existing blocks and writes new ones. Supports the same markdown syntax as create_page (headings, tables, callouts, toggles, columns, bookmarks, etc.).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page_id | Yes | Page ID | |
| markdown | Yes | Replacement markdown content |