Commit 573a263c authored by Evan Read's avatar Evan Read

Merge branch 'stanhu-master-patch-73475' into 'master'

Fix typo in PRIVATE-TOKEN in API docs

See merge request gitlab-org/gitlab!46933
parents c86b9ded 62b30fa0
......@@ -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"
```
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment