diff options
author | Mike Lewis <mlewis@gitlab.com> | 2019-02-18 21:38:24 +0000 |
---|---|---|
committer | Mike Lewis <mlewis@gitlab.com> | 2019-02-18 21:38:24 +0000 |
commit | 07c32a0df5306082fe800de1ae6e2c51325f46ef (patch) | |
tree | 2d810bcd76a993ac71224de5b5f0b6a7707127df /doc/api/protected_branches.md | |
parent | f1645c744fcf8677ae14714914c4c4ffb9d5b17e (diff) | |
parent | fe10964a6884162b9272ec3a32a5736c2a997ab2 (diff) | |
download | gitlab-ce-07c32a0df5306082fe800de1ae6e2c51325f46ef.tar.gz |
Merge branch 'master' into 'template-improvements-for-documentation'
# Conflicts:
# .gitlab/merge_request_templates/Documentation.md
Diffstat (limited to 'doc/api/protected_branches.md')
-rw-r--r-- | doc/api/protected_branches.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/api/protected_branches.md b/doc/api/protected_branches.md index fa04680d406..a261bb75be5 100644 --- a/doc/api/protected_branches.md +++ b/doc/api/protected_branches.md @@ -5,6 +5,7 @@ **Valid access levels** The access levels are defined in the `ProtectedRefAccess.allowed_access_levels` method. Currently, these levels are recognized: + ``` 0 => No access 30 => Developer access |