Commit 62b30fa0 authored by Stan Hu's avatar Stan Hu

Fix typo in PRIVATE-TOKEN in API docs

parent d97b63cd
...@@ -216,7 +216,7 @@ Parameters: ...@@ -216,7 +216,7 @@ Parameters:
Example request: Example request:
```shell ```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" --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