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:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-01-20 18:09:18 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-01-20 18:09:18 +0300
commit364f6f2e33e6f5eafe63b25d9256b88e72141b1c (patch)
treeee6dc003a354e7466d5c45e5587c0f8172312122 /doc/api/protected_branches.md
parent98252e0dd60cbcb316231085e206d9872f243b8a (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/api/protected_branches.md')
-rw-r--r--doc/api/protected_branches.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/api/protected_branches.md b/doc/api/protected_branches.md
index 4a750b42f65..e6844536c33 100644
--- a/doc/api/protected_branches.md
+++ b/doc/api/protected_branches.md
@@ -34,6 +34,7 @@ Example response:
```json
[
{
+ "id": 1,
"name": "master",
"push_access_levels": [
{
@@ -61,6 +62,7 @@ Example response:
```json
[
{
+ "id": 1,
"name": "master",
"push_access_levels": [
{
@@ -105,6 +107,7 @@ Example response:
```json
{
+ "id": 1,
"name": "master",
"push_access_levels": [
{
@@ -129,6 +132,7 @@ Example response:
```json
{
+ "id": 1,
"name": "master",
"push_access_levels": [
{
@@ -179,6 +183,7 @@ Example response:
```json
{
+ "id": 1,
"name": "*-stable",
"push_access_levels": [
{
@@ -209,6 +214,7 @@ Example response:
```json
{
+ "id": 1,
"name": "*-stable",
"push_access_levels": [
{
@@ -251,6 +257,7 @@ Example response:
```json
{
+ "id": 1,
"name": "*-stable",
"push_access_levels": [
{