coda_replace_page_content
Replace a Coda page's content with markdown. Specify the document ID, page ID or name, and new content.
Instructions
Replace the content of a page with new markdown content
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| docId | Yes | The ID of the document that contains the page to replace the content of | |
| pageIdOrName | Yes | The ID or name of the page to replace the content of | |
| content | Yes | The markdown content to replace the page with |