mirror of
https://github.com/apache/superset.git
synced 2026-08-04 04:52:32 +00:00
22 lines
386 B
JSON
22 lines
386 B
JSON
{
|
|
"parameters": [
|
|
{
|
|
"in": "path",
|
|
"name": "pk",
|
|
"required": true,
|
|
"schema": { "type": "integer" }
|
|
},
|
|
{
|
|
"in": "path",
|
|
"name": "digest",
|
|
"required": true,
|
|
"schema": { "type": "string" }
|
|
},
|
|
{
|
|
"in": "query",
|
|
"name": "download_format",
|
|
"schema": { "enum": ["png", "pdf"], "type": "string" }
|
|
}
|
|
]
|
|
}
|