Commit 79f06d54 authored by Doug Stull's avatar Doug Stull

Merge branch 'kassio/project-import-from-remote-fix-doc' into 'master'

Fix import from remote object storage documentation

See merge request gitlab-org/gitlab!75158
parents a5c05d69 dcf9e51c
......@@ -225,6 +225,7 @@ The passed override parameters take precedence over all values defined in the ex
```shell
curl --request POST \
--header "PRIVATE-TOKEN: <your_access_token>" \
--header "Content-Type: application/json" \
--url "https://gitlab.example.com/api/v4/projects/remote-import" \
--data '{"url":"https://remoteobject/file?token=123123","path":"remote-project"}'
```
......
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