mirror of
https://github.com/apache/superset.git
synced 2026-08-04 13:02:41 +00:00
18 lines
331 B
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
|
|
}
|
|
}
|