ACS-5506 Add missing annotations, hasSubgroups not required

This commit is contained in:
MichalKinas
2024-01-31 00:51:45 +01:00
parent d3c7342f05
commit 605c3a6ccd
4 changed files with 6 additions and 1 deletions

View File

@@ -42,7 +42,7 @@ public class RestGroupsModel extends TestModel implements IRestModel<RestGroupsM
private String description;
@JsonProperty(required = true)
private Boolean isRoot;
@JsonProperty(required = true)
@JsonProperty()
private Boolean hasSubgroups;
@JsonProperty("parentIds")