Skip to content

Commit fac0874

Browse files
authored
Merge pull request python-gitlab#1250 from JacobHenner/feature/add-minimal-access
feat: Add MINIMAL_ACCESS constant
2 parents e61a0f2 + 49eb3ca commit fac0874

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
@@ -16,6 +16,7 @@
1616
# along with this program. If not, see <http://www.gnu.org/licenses/>.
1717

1818
NO_ACCESS = 0
19+
MINIMAL_ACCESS = 5
1920
GUEST_ACCESS = 10
2021
REPORTER_ACCESS = 20
2122
DEVELOPER_ACCESS = 30

0 commit comments

Comments
 (0)