coda_update_page
Update a Coda page's name, subtitle, or content by replacing or appending text in HTML or markdown.
Instructions
Update a page's name, subtitle, or content in a Coda doc.
Updates page metadata and/or content. When updating content, 'replace' mode overwrites the entire page while 'append' adds to the end. There is no partial inline edit — draft full content locally first. Content format must match what you send (HTML or markdown). Returns the updated page metadata.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| doc_id | Yes | The doc ID containing the page | |
| page_id_or_name | Yes | Page ID or name to update | |
| name | No | New name for the page | |
| subtitle | No | New subtitle for the page | |
| content | No | New page content (replaces existing content) | |
| content_format | No | Format of the content parameter | |
| insert_mode | No | How to insert content: 'replace' overwrites, 'append' adds to end |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |