Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'doc/api/protected_tags.md')
-rw-r--r--doc/api/protected_tags.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/api/protected_tags.md b/doc/api/protected_tags.md
index c8e7117e5a9..88b868a3965 100644
--- a/doc/api/protected_tags.md
+++ b/doc/api/protected_tags.md
@@ -41,6 +41,7 @@ Example response:
"name": "release-1-0",
"create_access_levels": [
{
+ "id":1,
"access_level": 40,
"access_level_description": "Maintainers"
}
@@ -75,6 +76,7 @@ Example response:
"name": "release-1-0",
"create_access_levels": [
{
+ "id": 1,
"access_level": 40,
"access_level_description": "Maintainers"
}
@@ -109,6 +111,7 @@ Example response:
"name": "*-stable",
"create_access_levels": [
{
+ "id": 1,
"access_level": 30,
"access_level_description": "Developers + Maintainers"
}