Commit a784aa2e authored by Evan Read's avatar Evan Read

Merge branch 'pokstad1-docs-typo-repo-migrate-curl' into 'master'

Fix typo for header in repo migrate API

See merge request gitlab-org/gitlab!39343
parents f2d27fa6 b21cd4f9
......@@ -1188,7 +1188,7 @@ automatically.
Repositories may be moved from one storage location using the [Project repository storage moves API](../../api/project_repository_storage_moves.md):
```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":"praefect"}' "https://gitlab.example.com/api/v4/projects/123/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