mirror of
https://github.com/apache/superset.git
synced 2026-08-04 13:02:41 +00:00
25 lines
544 B
JSON
25 lines
544 B
JSON
{
|
|
"title": "Body",
|
|
"body": {
|
|
"content": {
|
|
"application/json": {
|
|
"schema": {
|
|
"properties": {
|
|
"user_ids": {
|
|
"description": "List of user ids",
|
|
"items": { "type": "integer" },
|
|
"type": "array"
|
|
}
|
|
},
|
|
"required": ["user_ids"],
|
|
"type": "object",
|
|
"title": "RoleUserPutSchema"
|
|
},
|
|
"example": { "user_ids": [1] }
|
|
}
|
|
},
|
|
"description": "Update role users schema",
|
|
"required": true
|
|
}
|
|
}
|