mirror of
https://github.com/apache/superset.git
synced 2026-08-04 04:52:32 +00:00
10 lines
202 B
JSON
10 lines
202 B
JSON
{
|
|
"schema": {
|
|
"properties": { "name": { "maxLength": 64, "type": "string" } },
|
|
"required": ["name"],
|
|
"type": "object",
|
|
"title": "SupersetRoleApi.put"
|
|
},
|
|
"schemaType": "response"
|
|
}
|