diff options
Diffstat (limited to 'gitlab')
| -rw-r--r-- | gitlab/const.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gitlab/const.py b/gitlab/const.py index 2ed4fa7..0d35045 100644 --- a/gitlab/const.py +++ b/gitlab/const.py @@ -61,6 +61,7 @@ REPORTER_ACCESS: int = 20 DEVELOPER_ACCESS: int = 30 MAINTAINER_ACCESS: int = 40 OWNER_ACCESS: int = 50 +ADMIN_ACCESS: int = 60 VISIBILITY_PRIVATE: str = "private" VISIBILITY_INTERNAL: str = "internal" |
