Commit dcf9e51c authored by Kassio Borges's avatar Kassio Borges

Fix import from remote object storage documentation

Related to: https://gitlab.com/gitlab-org/gitlab/-/issues/337230

Changelog: fixed
parent b0bad997
......@@ -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