mirror of
https://github.com/apache/superset.git
synced 2026-08-04 13:02:41 +00:00
42 lines
1022 B
JSON
42 lines
1022 B
JSON
{
|
|
"parameters": [
|
|
{
|
|
"description": "The embedded configuration uuid",
|
|
"in": "path",
|
|
"name": "uuid",
|
|
"required": true,
|
|
"schema": { "type": "string" }
|
|
},
|
|
{
|
|
"description": "The ui config of embedded dashboard (optional).",
|
|
"in": "query",
|
|
"name": "uiConfig",
|
|
"schema": { "type": "number" }
|
|
},
|
|
{
|
|
"description": "Show filters (optional).",
|
|
"in": "query",
|
|
"name": "show_filters",
|
|
"schema": { "type": "boolean" }
|
|
},
|
|
{
|
|
"description": "Expand filters (optional).",
|
|
"in": "query",
|
|
"name": "expand_filters",
|
|
"schema": { "type": "boolean" }
|
|
},
|
|
{
|
|
"description": "Native filters key to apply filters. (optional).",
|
|
"in": "query",
|
|
"name": "native_filters_key",
|
|
"schema": { "type": "string" }
|
|
},
|
|
{
|
|
"description": "Permalink key to apply filters. (optional).",
|
|
"in": "query",
|
|
"name": "permalink_key",
|
|
"schema": { "type": "string" }
|
|
}
|
|
]
|
|
}
|