Skip to content

Commit 3e0d4d9

Browse files
HnasarJohnVillalovos
authored andcommitted
docs: add missing Admin access const value
As shown here, Admin access is set to 60: https://docs.gitlab.com/ee/api/protected_branches.html#protected-branches-api
1 parent d169983 commit 3e0d4d9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

gitlab/const.py

+1
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@
6161
DEVELOPER_ACCESS: int = 30
6262
MAINTAINER_ACCESS: int = 40
6363
OWNER_ACCESS: int = 50
64+
ADMIN_ACCESS: int = 60
6465

6566
VISIBILITY_PRIVATE: str = "private"
6667
VISIBILITY_INTERNAL: str = "internal"

0 commit comments

Comments
 (0)