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 0ae30f9 commit 654cf80Copy full SHA for 654cf80
src/main/java/org/gitlab4j/api/models/GroupFilter.java
@@ -136,7 +136,7 @@ public GitLabApiForm getQueryParams() {
136
.withParam("statistics", statistics)
137
.withParam("with_custom_attributes", withCustomAttributes)
138
.withParam("owned", owned)
139
- .withParam("min_access_level ", accessLevel)
+ .withParam("min_access_level", accessLevel)
140
);
141
}
142
0 commit comments