mirror of
https://github.com/apache/superset.git
synced 2026-08-04 04:52:32 +00:00
19 lines
372 B
JSON
19 lines
372 B
JSON
{
|
|
"parameters": [
|
|
{
|
|
"description": "The dataset pk for this column",
|
|
"in": "path",
|
|
"name": "pk",
|
|
"required": true,
|
|
"schema": { "type": "integer" }
|
|
},
|
|
{
|
|
"description": "The metric id for this dataset",
|
|
"in": "path",
|
|
"name": "metric_id",
|
|
"required": true,
|
|
"schema": { "type": "integer" }
|
|
}
|
|
]
|
|
}
|