Document getGroupById() will not set subGroups in JavaDoc

Closes #27787

Signed-off-by: Richard van den Berg <richard@vdberg.org>
This commit is contained in:
Richard van den Berg 2024-03-11 22:25:03 +01:00 committed by Alexander Schwartz
parent e83f3af080
commit cb3f248d73

View file

@ -121,6 +121,7 @@ public class GroupsResource {
* @return
*/
@Path("{group-id}")
@Operation( summary = "Get group details. Does not expand hierarchy. Subgroups will not be set.")
public GroupResource getGroupById(@PathParam("group-id") String id) {
GroupModel group = realm.getGroupById(id);