Inspect and update saved-chart tags and groups
Request and response shapes
Input shape
{ limit?: number } | { chartId: string; addTags?: string[]; removeTags?: string[]; addGroups?: string[]; removeGroups?: string[]; idempotencyKey: string }Output shape
{ charts: ChartTaxonomy[] } | { chart: ChartTaxonomy }Examples
Request example
{
"chartId": "chart_ada",
"addTags": [
"research"
],
"addGroups": [
"Clients"
],
"idempotencyKey": "tag-chart-ada-research"
}Response example
{
"chart": {
"chartId": "chart_ada",
"tags": [
"research"
],
"groups": [
"Clients"
]
}
}Common validation errors
- Provide at least one non-empty tag or group change.
- Chart taxonomy reads require charts:read and writes require charts:write.
Related questions
- tag my charts
- chart groups
- organize saved chart library