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 57d4ab1 commit a6fa6f8Copy full SHA for a6fa6f8
gitlab/v4/objects/groups.py
@@ -206,7 +206,7 @@ def list_ldap_group_links(self, **kwargs):
206
GitlabAuthenticationError: If authentication is not correct
207
GitlabGetError: If the server cannot perform the request
208
"""
209
- path = "/groups/%s/ldap_group_links" % self.get_id()
+ path = f"/groups/{self.encoded_id}/ldap_group_links"
210
return self.manager.gitlab.http_get(path, **kwargs)
211
212
@cli.register_custom_action("Group")
0 commit comments