Skip to content

Commit

Permalink
docs: Remove removed function attribute from README.md (#469)
Browse files Browse the repository at this point in the history
Remove option search_in_subgroups from get_group_by_path usage example on README. This option was removed on b3dd7d4
  • Loading branch information
vitorespindola authored Nov 13, 2023
1 parent 1397de3 commit 0c9c22d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ groups = keycloak_admin.get_groups()
group = keycloak_admin.get_group(group_id='group_id')

# Get group by name
group = keycloak_admin.get_group_by_path(path='/group/subgroup', search_in_subgroups=True)
group = keycloak_admin.get_group_by_path(path='/group/subgroup')

# Function to trigger user sync from provider
sync_users(storage_id="storage_di", action="action")
Expand Down

0 comments on commit 0c9c22d

Please sign in to comment.