summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShinya Maeda <shinya@gitlab.com>2017-08-18 05:18:05 +0000
committerShinya Maeda <shinya@gitlab.com>2017-08-18 05:18:05 +0000
commitcd69ad7c681f56b33dbde73bbe11c0c258b08af8 (patch)
treecd84fe5008a0f0ee74acd84f39fd07859bbad355
parentdad8fae744d8dd384d0da220663bfa8814a43dfc (diff)
downloadgitlab-ce-cd69ad7c681f56b33dbde73bbe11c0c258b08af8.tar.gz
Update group_level_variables.md
-rw-r--r--doc/api/group_level_variables.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/api/group_level_variables.md b/doc/api/group_level_variables.md
index e19be7b35c4..5e8647707e7 100644
--- a/doc/api/group_level_variables.md
+++ b/doc/api/group_level_variables.md
@@ -1,5 +1,7 @@
# Group-level Variables API
+> [Introduced][ce-4575] in GitLab 9.5
+
## List group variables
Get list of a group's variables.
@@ -123,3 +125,5 @@ DELETE /groups/:id/variables/:key
```
curl --request DELETE --header "PRIVATE-TOKEN: 9koXpg98eAheJpvBs5tK" "https://gitlab.example.com/api/v4/groups/1/variables/VARIABLE_1"
```
+
+[ce-4575]: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/12936