Files
superset2/docs/developer_docs_versioned_docs/version-6.1.0/api/compute-and-cache-a-screenshot-chart-pk-cache-screenshot.ParamsDetails.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"
}
]
}