mirror of
https://github.com/apache/superset.git
synced 2026-08-04 13:02:41 +00:00
26 lines
562 B
JSON
26 lines
562 B
JSON
{
|
|
"parameters": [
|
|
{
|
|
"description": "The type of datasource",
|
|
"in": "path",
|
|
"name": "datasource_type",
|
|
"required": true,
|
|
"schema": { "type": "string" }
|
|
},
|
|
{
|
|
"description": "The id of the datasource",
|
|
"in": "path",
|
|
"name": "datasource_id",
|
|
"required": true,
|
|
"schema": { "type": "integer" }
|
|
},
|
|
{
|
|
"description": "The name of the column to get values for",
|
|
"in": "path",
|
|
"name": "column_name",
|
|
"required": true,
|
|
"schema": { "type": "string" }
|
|
}
|
|
]
|
|
}
|