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-07-28 21:09:36 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-07-28 21:09:36 +0300
commit05480e90f3e45c2e42e17acb568b7b1690c70162 (patch)
treed080027a8583204d8e2c45211c1a045bea1a6428 /doc/api/README.md
parentf493fb909d2737f819fee25121251dfb482e79dd (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/api/README.md')
-rw-r--r--doc/api/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/README.md b/doc/api/README.md
index f5b89a2a27a..a7f549a3f42 100644
--- a/doc/api/README.md
+++ b/doc/api/README.md
@@ -545,7 +545,7 @@ https://gitlab.example.com/api/v4/projects/import
### Array of hashes
-`variables` is a parameter of type `array` containing hash key/value pairs `[{ 'key' => 'UPLOAD_TO_S3', 'value' => 'true' }]`:
+`variables` is a parameter of type `array` containing hash key/value pairs `[{ 'key': 'UPLOAD_TO_S3', 'value': 'true' }]`:
```shell
curl --globoff --request POST --header "PRIVATE-TOKEN: <your_access_token>" \