mirror of
https://github.com/apache/superset.git
synced 2026-08-04 04:52:32 +00:00
9 lines
312 B
JSON
9 lines
312 B
JSON
{
|
|
"parameters": [
|
|
{ "in": "query", "name": "state", "schema": { "type": "string" } },
|
|
{ "in": "query", "name": "code", "schema": { "type": "string" } },
|
|
{ "in": "query", "name": "scope", "schema": { "type": "string" } },
|
|
{ "in": "query", "name": "error", "schema": { "type": "string" } }
|
|
]
|
|
}
|