We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77f9d92 commit 858dd8bCopy full SHA for 858dd8b
gitlab/v4/objects/groups.py
@@ -209,7 +209,7 @@ def list_ldap_group_links(
209
GitlabGetError: If the server cannot perform the request
210
"""
211
path = f"/groups/{self.encoded_id}/ldap_group_links"
212
- return self.manager.gitlab.http_get(path, **kwargs)
+ return self.manager.gitlab.http_list(path, **kwargs)
213
214
@cli.register_custom_action("Group")
215
@exc.on_http_error(exc.GitlabCreateError)
0 commit comments