Update Coda Doc
coda_update_docUpdate a Coda document's title or icon by providing its ID, along with a new title or emoji icon name.
Instructions
Update a document's title or icon.
Args:
doc_id (string): The document ID
title (string, optional): New title for the document
icon_name (string, optional): Emoji icon name (e.g. "gear")
Returns: Confirmation with updated doc info.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | New document title | |
| doc_id | Yes | Coda document ID | |
| icon_name | No | Emoji icon name |