mirror of
https://github.com/apache/superset.git
synced 2026-08-04 21:12:44 +00:00
12 lines
196 B
JSON
12 lines
196 B
JSON
{
|
|
"parameters": [
|
|
{
|
|
"description": "The dashboard id or slug",
|
|
"in": "path",
|
|
"name": "id_or_slug",
|
|
"required": true,
|
|
"schema": { "type": "string" }
|
|
}
|
|
]
|
|
}
|