update_chart
Update an existing chart you own. Only the API key that created the chart can update it. Use this to modify the Plotly spec, title, or insight of a previously published chart.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | Updated chart title | |
| insight | No | Updated insight text with verified numbers | |
| chart_id | Yes | The chart ID or slug returned by publish_chart | |
| narration | No | Updated analysis description | |
| plotly_spec | Yes | Updated Plotly specification with traces and layout |