mirror of
https://github.com/apache/superset.git
synced 2026-08-04 04:52:32 +00:00
25 lines
550 B
JSON
25 lines
550 B
JSON
{
|
|
"title": "Body",
|
|
"body": {
|
|
"content": {
|
|
"application/json": {
|
|
"schema": {
|
|
"properties": {
|
|
"group_ids": {
|
|
"description": "List of group ids",
|
|
"items": { "type": "integer" },
|
|
"type": "array"
|
|
}
|
|
},
|
|
"required": ["group_ids"],
|
|
"type": "object",
|
|
"title": "RoleGroupPutSchema"
|
|
},
|
|
"example": { "group_ids": [1] }
|
|
}
|
|
},
|
|
"description": "Update role groups schema",
|
|
"required": true
|
|
}
|
|
}
|