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
path: root/doc/api
diff options
context:
space:
mode:
authorAsh McKenzie <amckenzie@gitlab.com>2019-09-10 03:49:53 +0300
committerAsh McKenzie <amckenzie@gitlab.com>2019-09-10 03:49:53 +0300
commitd7c1af988dd5962e9f1a526a31159ed95d03315d (patch)
treeeefc32e9399ba929c9419eed1120fea68b4556bb /doc/api
parent61c7a085ca73dd291a85f0c5204ebc375270e1d9 (diff)
parent197654fc6a07ab635ea5aed9fe648906953182b8 (diff)
Merge branch 'issue-67127' into 'master'
Expose :protected field for ../tags/:tag_name API endpoint See merge request gitlab-org/gitlab-ce!32790
Diffstat (limited to 'doc/api')
-rw-r--r--doc/api/tags.md9
1 files changed, 6 insertions, 3 deletions
diff --git a/doc/api/tags.md b/doc/api/tags.md
index 1d874fea1f8..88f63d6b34b 100644
--- a/doc/api/tags.md
+++ b/doc/api/tags.md
@@ -46,7 +46,8 @@ Parameters:
},
"name": "v1.0.0",
"target": "2695effb5807a22ff3d138d593fd856244e155e7",
- "message": null
+ "message": null,
+ "protected": true
}
]
```
@@ -94,7 +95,8 @@ Example Response:
"committer_email": "contact@arthurverschaeve.be",
"committed_date": "2015-02-01T21:56:31.000+01:00"
},
- "release": null
+ "release": null,
+ "protected": false
}
```
@@ -138,7 +140,8 @@ Parameters:
},
"name": "v1.0.0",
"target": "2695effb5807a22ff3d138d593fd856244e155e7",
- "message": null
+ "message": null,
+ "protected": false
}
```