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 dd3b060 commit 33caf61Copy full SHA for 33caf61
src/GitLabApiClient/IGroupsClient.cs
@@ -33,7 +33,7 @@ public interface IGroupsClient
33
/// This endpoint can be accessed without authentication if the group is publicly accessible.
34
/// </summary>
35
/// <param name="groupId">The ID, path or <see cref="Group"/> of the group.</param>
36
- Task<IList<Group>> GetDescendantGroupsAsync(GroupId groupId)
+ Task<IList<Group>> GetDescendantGroupsAsync(GroupId groupId);
37
38
/// <summary>
39
/// Get all groups that match your string in their name or path.
0 commit comments