summaryrefslogtreecommitdiff
path: root/doc/api
diff options
context:
space:
mode:
authorRémy Coutable <remy@rymai.me>2017-11-24 16:16:31 +0000
committerRémy Coutable <remy@rymai.me>2017-11-24 16:16:31 +0000
commitb355ebc4c9b38320366d7640ecf51da23fbb7ea1 (patch)
tree29fce0fc42322d6044286b8866580662c1e20199 /doc/api
parent7230a344537f653747b23ce467851e342e8de5e6 (diff)
parent96106287db2b6403809b238689afb592da5e2abf (diff)
downloadgitlab-ce-b355ebc4c9b38320366d7640ecf51da23fbb7ea1.tar.gz
Merge branch 'jej/fix-protected-branch-validations-ce' into 'master'
Fix ProtectedBranch access level validations See merge request gitlab-org/gitlab-ce!15586
Diffstat (limited to 'doc/api')
-rw-r--r--doc/api/protected_branches.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/protected_branches.md b/doc/api/protected_branches.md
index 10faa95d7e8..81fe854060a 100644
--- a/doc/api/protected_branches.md
+++ b/doc/api/protected_branches.md
@@ -4,7 +4,7 @@
**Valid access levels**
-The access levels are defined in the `ProtectedBranchAccess::ALLOWED_ACCESS_LEVELS` constant. Currently, these levels are recognized:
+The access levels are defined in the `ProtectedRefAccess::ALLOWED_ACCESS_LEVELS` constant. Currently, these levels are recognized:
```
0 => No access
30 => Developer access