summaryrefslogtreecommitdiff
path: root/doc/api/protected_branches.md
diff options
context:
space:
mode:
authorMark Chao <mchao@gitlab.com>2018-05-22 18:16:06 +0800
committerMark Chao <mchao@gitlab.com>2018-06-06 21:01:43 +0900
commitd5a303cf4d1d0182bb5462ca85beb29a5a821700 (patch)
treefa9ffd0368f9bd8d7b1b72af190459b5142cf3f3 /doc/api/protected_branches.md
parent7c965a24f51ca93196c27880843a6d187ea063cc (diff)
downloadgitlab-ce-d5a303cf4d1d0182bb5462ca85beb29a5a821700.tar.gz
Doc update
Diffstat (limited to 'doc/api/protected_branches.md')
-rw-r--r--doc/api/protected_branches.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/api/protected_branches.md b/doc/api/protected_branches.md
index b4e891c915a..1e1b8270db6 100644
--- a/doc/api/protected_branches.md
+++ b/doc/api/protected_branches.md
@@ -8,7 +8,7 @@ The access levels are defined in the `ProtectedRefAccess::ALLOWED_ACCESS_LEVELS`
```
0 => No access
30 => Developer access
-40 => Master access
+40 => Maintainer access
```
## List protected branches
@@ -36,13 +36,13 @@ Example response:
"push_access_levels": [
{
"access_level": 40,
- "access_level_description": "Masters"
+ "access_level_description": "Maintainers"
}
],
"merge_access_levels": [
{
"access_level": 40,
- "access_level_description": "Masters"
+ "access_level_description": "Maintainers"
}
]
},
@@ -75,13 +75,13 @@ Example response:
"push_access_levels": [
{
"access_level": 40,
- "access_level_description": "Masters"
+ "access_level_description": "Maintainers"
}
],
"merge_access_levels": [
{
"access_level": 40,
- "access_level_description": "Masters"
+ "access_level_description": "Maintainers"
}
]
}