requires:path,type: String,desc: 'The new project path and name'
requires:file,type: File,desc: 'The project export file to be imported'
optional:namespace,type: String,desc: "The ID or name of the namespace that the project will be imported into. Defaults to the current user's namespace."
optional:override_params,
type: Hash,
desc: 'New project params to override values in the export'do
use:optional_project_params
end
end
desc'Create a new project import'do
detail'This feature was introduced in GitLab 10.6.'