diff --git a/public/api-enterprise-spec.json b/public/api-enterprise-spec.json index 0814ff5e70f..3ecd78ab421 100644 --- a/public/api-enterprise-spec.json +++ b/public/api-enterprise-spec.json @@ -8546,6 +8546,11 @@ }, "UpdateRoleCommand": { "type": "object", + "required": [ + "displayName", + "description", + "group" + ], "properties": { "description": { "type": "string" diff --git a/public/api-merged.json b/public/api-merged.json index 415f3b65061..dbd63de2861 100644 --- a/public/api-merged.json +++ b/public/api-merged.json @@ -22350,6 +22350,11 @@ }, "UpdateRoleCommand": { "type": "object", + "required": [ + "displayName", + "description", + "group" + ], "properties": { "description": { "type": "string" diff --git a/public/openapi3.json b/public/openapi3.json index c41c4b57bc0..1a7d2f5133e 100644 --- a/public/openapi3.json +++ b/public/openapi3.json @@ -12407,6 +12407,11 @@ "type": "integer" } }, + "required": [ + "displayName", + "description", + "group" + ], "type": "object" }, "UpdateRuleGroupResponse": {