We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 265dbbd commit 49eb3caCopy full SHA for 49eb3ca
gitlab/const.py
@@ -16,6 +16,7 @@
16
# along with this program. If not, see <http://www.gnu.org/licenses/>.
17
18
NO_ACCESS = 0
19
+MINIMAL_ACCESS = 5
20
GUEST_ACCESS = 10
21
REPORTER_ACCESS = 20
22
DEVELOPER_ACCESS = 30
0 commit comments