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-04-01 06:07:57 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-04-01 06:07:57 +0300
commit1dffba3bd853076efc1107b2dd63e221e75a210c (patch)
tree7d95f222bad46bacb4cb7490e44ce7cf51b6e2b7 /doc/api/group_level_variables.md
parent396ad86100541bed6bc9960541a7dcddfaddd6de (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/api/group_level_variables.md')
-rw-r--r--doc/api/group_level_variables.md4
1 files changed, 1 insertions, 3 deletions
diff --git a/doc/api/group_level_variables.md b/doc/api/group_level_variables.md
index 1812aaa3bff..e30ee329114 100644
--- a/doc/api/group_level_variables.md
+++ b/doc/api/group_level_variables.md
@@ -1,6 +1,6 @@
# Group-level Variables API
-> [Introduced][ce-34519] in GitLab 9.5
+> [Introduced](https://gitlab.com/gitlab-org/gitlab-foss/issues/34519) in GitLab 9.5
## List group variables
@@ -142,5 +142,3 @@ DELETE /groups/:id/variables/:key
```shell
curl --request DELETE --header "PRIVATE-TOKEN: <your_access_token>" "https://gitlab.example.com/api/v4/groups/1/variables/VARIABLE_1"
```
-
-[ce-34519]: https://gitlab.com/gitlab-org/gitlab-foss/issues/34519