Update Coda Page
coda_update_pageUpdate a Coda document page's properties including name, subtitle, icon emoji, and cover image.
Instructions
Update a page's name or content in a Coda document.
Args:
doc_id (string): The document ID
page_id (string): The page ID or name
name (string, optional): New name for the page
subtitle (string, optional): New subtitle
icon_name (string, optional): Emoji icon name (e.g. "gear")
image_url (string, optional): Cover image URL
Returns: Confirmation with updated page info.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | New page title | |
| doc_id | Yes | Coda document ID | |
| page_id | Yes | Page ID or name | |
| subtitle | No | New subtitle | |
| icon_name | No | Emoji icon name | |
| image_url | No | Cover image URL |