mirror of
https://github.com/apache/superset.git
synced 2026-08-04 04:52:32 +00:00
12 lines
180 B
JSON
12 lines
180 B
JSON
{
|
|
"parameters": [
|
|
{
|
|
"description": "The database id",
|
|
"in": "path",
|
|
"name": "pk",
|
|
"required": true,
|
|
"schema": { "type": "integer" }
|
|
}
|
|
]
|
|
}
|