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/templates/gitlab_ci_ymls.md')
-rw-r--r--doc/api/templates/gitlab_ci_ymls.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/api/templates/gitlab_ci_ymls.md b/doc/api/templates/gitlab_ci_ymls.md
index b8fdb9e233c..c88aee4d9a7 100644
--- a/doc/api/templates/gitlab_ci_ymls.md
+++ b/doc/api/templates/gitlab_ci_ymls.md
@@ -18,7 +18,7 @@ GET /templates/gitlab_ci_ymls
Example request:
-```bash
+```shell
curl https://gitlab.example.com/api/v4/templates/gitlab_ci_ymls
```
@@ -123,7 +123,7 @@ GET /templates/gitlab_ci_ymls/:key
Example request:
-```bash
+```shell
curl https://gitlab.example.com/api/v4/templates/gitlab_ci_ymls/Ruby
```