mirror of
https://github.com/apache/superset.git
synced 2026-08-04 13:02:41 +00:00
25 lines
617 B
JSON
25 lines
617 B
JSON
{
|
|
"title": "Body",
|
|
"body": {
|
|
"content": {
|
|
"application/json": {
|
|
"schema": {
|
|
"properties": {
|
|
"permission_view_menu_ids": {
|
|
"description": "List of permission view menu id",
|
|
"items": { "type": "integer" },
|
|
"type": "array"
|
|
}
|
|
},
|
|
"required": ["permission_view_menu_ids"],
|
|
"type": "object",
|
|
"title": "RolePermissionPostSchema"
|
|
},
|
|
"example": { "permission_view_menu_ids": [1] }
|
|
}
|
|
},
|
|
"description": "Add role permissions schema",
|
|
"required": true
|
|
}
|
|
}
|