Docs feedback: Project import/export API output mismatch

https://docs.gitlab.com/ee/api/project_import_export.html#import-a-file

In the code example at the bottom of this section, the values in the POSTed import request do not match the example return value from the API.

The import request specifies:

data = {
    "path": "example-project",
    "namespace": "example-group"
}

But the response says:

{
  ...
  "name": "api-project",
  "name_with_namespace": "Administrator / api-project",
  "path": "api-project",
  "path_with_namespace": "root/api-project",
  ...
}
Assignee Loading
Time tracking Loading