Rename chart
rename_chartUse this when the user wants to change a saved chart's library title without changing its config, publication state, or public URLs; requires authentication.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Opaque 32-character saved-chart id | |
| title | Yes | New saved-chart title; trimmed and limited to 200 characters |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Opaque 32-character saved-chart id | |
| view | Yes | ||
| title | Yes | Saved chart title | |
| source | Yes | Chart origin; an open set of string values | |
| editUrl | Yes | ||
| embedUrl | Yes | Interactive-embed URL | |
| imageUrl | Yes | Rendered-image URL | |
| configUrl | Yes | Owner-only chart-config endpoint | |
| createdAt | Yes | ISO-8601 creation timestamp | |
| manageUrl | Yes | ||
| sizeBytes | Yes | Compressed size of the stored published config, excluding drafts; 0 means no published config has been stored yet | |
| updatedAt | Yes | ISO-8601 last-update timestamp | |
| publishedAt | Yes | ISO-8601 publish timestamp, or null when public URLs are dark |