diff --git a/doc/api/project_import_export.md b/doc/api/project_import_export.md index 92b1558551d5b82dd00b9b4545dbd41e35c38c03..888b6e539d31aef6449fa156857a9a6a7535498e 100644 --- a/doc/api/project_import_export.md +++ b/doc/api/project_import_export.md @@ -225,6 +225,7 @@ The passed override parameters take precedence over all values defined in the ex ```shell curl --request POST \ --header "PRIVATE-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"}' ```