Files
superset2/docs/developer_docs_versioned_docs/version-6.1.0/api/import-themes-from-a-zip-file.RequestSchema.json

18 lines
331 B
JSON

{
"title": "Body",
"body": {
"content": {
"multipart/form-data": {
"schema": {
"properties": {
"formData": { "format": "binary", "type": "string" },
"overwrite": { "type": "string" }
},
"type": "object"
}
}
},
"required": true
}
}