We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d169983 commit 3e0d4d9Copy full SHA for 3e0d4d9
gitlab/const.py
@@ -61,6 +61,7 @@
61
DEVELOPER_ACCESS: int = 30
62
MAINTAINER_ACCESS: int = 40
63
OWNER_ACCESS: int = 50
64
+ADMIN_ACCESS: int = 60
65
66
VISIBILITY_PRIVATE: str = "private"
67
VISIBILITY_INTERNAL: str = "internal"
0 commit comments