diff options
| author | Sean McGivern <sean@gitlab.com> | 2018-08-28 17:30:38 +0100 |
|---|---|---|
| committer | Lin Jen-Shin <godfat@godfat.org> | 2018-09-17 19:36:53 +0800 |
| commit | b3cd850c3f47ab2527b13d5038abb99893a6bff9 (patch) | |
| tree | 5cd4744dec0998738833b7d3b49b7353e22c8477 /doc/api | |
| parent | 9357585ecacacfa0618b4f4172d5ea7dd0b1c5ae (diff) | |
| download | gitlab-ce-b3cd850c3f47ab2527b13d5038abb99893a6bff9.tar.gz | |
Remove EE-specific code from ProtectedRefAccess
Diffstat (limited to 'doc/api')
| -rw-r--r-- | doc/api/protected_branches.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/protected_branches.md b/doc/api/protected_branches.md index f6813f27dc0..ed8837574a0 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 `ProtectedRefAccess::ALLOWED_ACCESS_LEVELS` constant. Currently, these levels are recognized: +The access levels are defined in the `ProtectedRefAccess.allowed_access_levels` method. Currently, these levels are recognized: ``` 0 => No access 30 => Developer access |
