Files
superset2/docs/developer_docs_versioned_docs/version-6.1.0/api/get-a-chart-detail-information.ParamsDetails.json
2026-07-28 21:39:01 +07:00

12 lines
211 B
JSON

{
"parameters": [
{
"description": "Either the id of the chart, or its uuid",
"in": "path",
"name": "id_or_uuid",
"required": true,
"schema": { "type": "string" }
}
]
}