mirror of
https://github.com/keycloak/keycloak.git
synced 2026-01-10 15:32:05 -03:30
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
@ -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…
x
Reference in New Issue
Block a user