mirror of
https://github.com/apache/superset.git
synced 2026-08-04 21:12:44 +00:00
38 lines
1.0 KiB
JSON
38 lines
1.0 KiB
JSON
{
|
|
"title": "Body",
|
|
"body": {
|
|
"content": {
|
|
"application/json": {
|
|
"schema": {
|
|
"type": "object",
|
|
"properties": {
|
|
"deleted": {
|
|
"type": "array",
|
|
"items": { "type": "string" },
|
|
"description": "List of deleted chart customization IDs."
|
|
},
|
|
"modified": {
|
|
"type": "array",
|
|
"items": { "type": "object" },
|
|
"description": "List of modified chart customization configurations."
|
|
},
|
|
"reordered": {
|
|
"type": "array",
|
|
"items": { "type": "string" },
|
|
"description": "List of chart customization IDs in new order."
|
|
}
|
|
},
|
|
"title": "DashboardChartCustomizationsConfigUpdateSchema"
|
|
},
|
|
"example": {
|
|
"deleted": ["string"],
|
|
"modified": [{}],
|
|
"reordered": ["string"]
|
|
}
|
|
}
|
|
},
|
|
"description": "Chart customizations configuration",
|
|
"required": true
|
|
}
|
|
}
|