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-11-05 06:09:03 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-11-05 06:09:03 +0300
commit7c7c4fade6f8f1085a95bf48ae90222345f05bee (patch)
tree2ebf505edfa85ebf21c2585419d79cc0b02f6603 /doc/api/project_repository_storage_moves.md
parent4fd77e112fac07c5b904668b7d5f500589f8d2d5 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/api/project_repository_storage_moves.md')
-rw-r--r--doc/api/project_repository_storage_moves.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/project_repository_storage_moves.md b/doc/api/project_repository_storage_moves.md
index 34c0b112333..c1ba421e73e 100644
--- a/doc/api/project_repository_storage_moves.md
+++ b/doc/api/project_repository_storage_moves.md
@@ -216,7 +216,7 @@ Parameters:
Example request:
```shell
-curl --request POST --header "PRIVATE_TOKEN: <your_access_token>" --header "Content-Type: application/json" \
+curl --request POST --header "PRIVATE-TOKEN: <your_access_token>" --header "Content-Type: application/json" \
--data '{"destination_storage_name":"storage2"}' "https://gitlab.example.com/api/v4/projects/1/repository_storage_moves"
```