mirror of
https://github.com/apache/superset.git
synced 2026-08-04 04:52:32 +00:00
29 lines
607 B
JSON
29 lines
607 B
JSON
{
|
|
"parameters": [
|
|
{
|
|
"description": "The database id",
|
|
"in": "path",
|
|
"name": "pk",
|
|
"required": true,
|
|
"schema": { "type": "integer" }
|
|
},
|
|
{
|
|
"content": {
|
|
"application/json": {
|
|
"schema": {
|
|
"properties": {
|
|
"catalog": { "type": "string" },
|
|
"force": { "type": "boolean" },
|
|
"upload_allowed": { "type": "boolean" }
|
|
},
|
|
"type": "object",
|
|
"title": "database_schemas_query_schema"
|
|
}
|
|
}
|
|
},
|
|
"in": "query",
|
|
"name": "q"
|
|
}
|
|
]
|
|
}
|