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 1287b23 commit 94cc338Copy full SHA for 94cc338
src/main/java/org/gitlab4j/api/models/AccessLevel.java
@@ -10,7 +10,7 @@
10
11
public enum AccessLevel {
12
13
- INVALID(-1), NONE(0), GUEST(10), REPORTER(20), DEVELOPER(30), @Deprecated MASTER(40), MAINTAINER(40), OWNER(50), ADMIN(60);
+ INVALID(-1), NONE(0), MINIMAL_ACCESS(5), GUEST(10), REPORTER(20), DEVELOPER(30), @Deprecated MASTER(40), MAINTAINER(40), OWNER(50), ADMIN(60);
14
15
public final Integer value;
16
0 commit comments