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/dockerfiles.md')
-rw-r--r--doc/api/templates/dockerfiles.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/api/templates/dockerfiles.md b/doc/api/templates/dockerfiles.md
index ee271c31b49..4453d3692c7 100644
--- a/doc/api/templates/dockerfiles.md
+++ b/doc/api/templates/dockerfiles.md
@@ -16,7 +16,7 @@ Get all Dockerfile templates.
GET /templates/dockerfiles
```
-```bash
+```shell
curl https://gitlab.example.com/api/v4/templates/dockerfiles
```
@@ -107,7 +107,7 @@ GET /templates/dockerfiles/:key
| ---------- | ------ | -------- | ----------- |
| `key` | string | yes | The key of the Dockerfile template |
-```bash
+```shell
curl https://gitlab.example.com/api/v4/templates/dockerfiles/Binary
```