Files
superset2/docs/developer_docs_versioned_docs/version-6.1.0/api/set-a-dashboards-embedded-configuration.RequestSchema.json
2026-07-28 21:39:01 +07:00

24 lines
537 B
JSON

{
"title": "Body",
"body": {
"content": {
"application/json": {
"schema": {
"properties": {
"allowed_domains": {
"items": { "type": "string" },
"type": "array"
}
},
"required": ["allowed_domains"],
"type": "object",
"title": "EmbeddedDashboardConfig"
},
"example": { "allowed_domains": ["string"] }
}
},
"description": "The embedded configuration to set",
"required": true
}
}