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:
parent
e83f3af080
commit
cb3f248d73
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue