summaryrefslogtreecommitdiff
path: root/doc/api/protected_branches.md
diff options
context:
space:
mode:
authorMark Chao <mchao@gitlab.com>2018-05-22 19:54:50 +0800
committerMark Chao <mchao@gitlab.com>2018-06-06 20:57:15 +0900
commitcfcc7043fe614cbc5fc82f3021a0c4cd8519e24b (patch)
treec00f507cb85b0beffb65c1af5a2c2d0eb35946e0 /doc/api/protected_branches.md
parenta8b570d8bced794dcb8f6f3a1155360038d76a66 (diff)
downloadgitlab-ce-cfcc7043fe614cbc5fc82f3021a0c4cd8519e24b.tar.gz
Rename “Developers + Masters”
Diffstat (limited to 'doc/api/protected_branches.md')
-rw-r--r--doc/api/protected_branches.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/api/protected_branches.md b/doc/api/protected_branches.md
index 950ead52560..b4e891c915a 100644
--- a/doc/api/protected_branches.md
+++ b/doc/api/protected_branches.md
@@ -115,13 +115,13 @@ Example response:
"push_access_levels": [
{
"access_level": 30,
- "access_level_description": "Developers + Masters"
+ "access_level_description": "Developers + Maintainers"
}
],
"merge_access_levels": [
{
"access_level": 30,
- "access_level_description": "Developers + Masters"
+ "access_level_description": "Developers + Maintainers"
}
]
}