mirror of
https://github.com/apache/superset.git
synced 2026-08-04 13:02:41 +00:00
28 lines
622 B
JSON
28 lines
622 B
JSON
{
|
|
"parameters": [
|
|
{
|
|
"in": "path",
|
|
"name": "pk",
|
|
"required": true,
|
|
"schema": { "type": "integer" }
|
|
},
|
|
{
|
|
"content": {
|
|
"application/json": {
|
|
"schema": {
|
|
"properties": {
|
|
"force": { "type": "boolean" },
|
|
"thumb_size": { "items": { "type": "integer" }, "type": "array" },
|
|
"window_size": { "items": { "type": "integer" }, "type": "array" }
|
|
},
|
|
"type": "object",
|
|
"title": "screenshot_query_schema"
|
|
}
|
|
}
|
|
},
|
|
"in": "query",
|
|
"name": "q"
|
|
}
|
|
]
|
|
}
|