Files
superset2/docs/developer_docs_versioned_docs/version-6.1.0/api/create-a-new-permanent-link-sqllab-permalink.RequestSchema.json

29 lines
728 B
JSON

{
"title": "Body",
"body": {
"content": {
"application/json": {
"schema": {
"properties": {
"formData": { "description": "Chart form data", "type": "object" },
"urlParams": {
"description": "URL Parameters",
"items": {
"description": "URL Parameter key-value pair",
"nullable": true
},
"nullable": true,
"type": "array"
}
},
"required": ["formData"],
"type": "object",
"title": "ExplorePermalinkStateSchema"
},
"example": { "formData": {}, "urlParams": [{}] }
}
},
"required": true
}
}