RBAC: Mark some role fields as required for schema (#105328)
mark some role fields as required for schema
This commit is contained in:
@@ -8546,6 +8546,11 @@
|
||||
},
|
||||
"UpdateRoleCommand": {
|
||||
"type": "object",
|
||||
"required": [
|
||||
"displayName",
|
||||
"description",
|
||||
"group"
|
||||
],
|
||||
"properties": {
|
||||
"description": {
|
||||
"type": "string"
|
||||
|
||||
@@ -22350,6 +22350,11 @@
|
||||
},
|
||||
"UpdateRoleCommand": {
|
||||
"type": "object",
|
||||
"required": [
|
||||
"displayName",
|
||||
"description",
|
||||
"group"
|
||||
],
|
||||
"properties": {
|
||||
"description": {
|
||||
"type": "string"
|
||||
|
||||
@@ -12407,6 +12407,11 @@
|
||||
"type": "integer"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"displayName",
|
||||
"description",
|
||||
"group"
|
||||
],
|
||||
"type": "object"
|
||||
},
|
||||
"UpdateRuleGroupResponse": {
|
||||
|
||||
Reference in New Issue
Block a user