Commit fd303230 authored by Michael Leopard's avatar Michael Leopard

Correcting another minor typo in import.md

parent f5bece63
...@@ -55,7 +55,7 @@ POST /import/bitbucket_server ...@@ -55,7 +55,7 @@ POST /import/bitbucket_server
```shell ```shell
curl --request POST \ curl --request POST \
--url https://gitlab.example.com/api/v4/import/bitbucket/server \ --url https://gitlab.example.com/api/v4/import/bitbucket_server \
--header "content-type: application/json" \ --header "content-type: application/json" \
--header "PRIVATE-TOKEN: 9koXpg98eAheJpvBs5tK" \ --header "PRIVATE-TOKEN: 9koXpg98eAheJpvBs5tK" \
--data '{ --data '{
......
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