Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'lib/api/bulk_imports.rb')
-rw-r--r--lib/api/bulk_imports.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/api/bulk_imports.rb b/lib/api/bulk_imports.rb
index e3dc9ea52cb..b4ace6cd6bc 100644
--- a/lib/api/bulk_imports.rb
+++ b/lib/api/bulk_imports.rb
@@ -59,8 +59,8 @@ module API
requires :entities, type: Array, desc: 'List of entities to import' do
requires :source_type,
type: String,
- desc: 'Source entity type (only `group_entity` is supported)',
- values: %w[group_entity]
+ desc: 'Source entity type',
+ values: %w[group_entity project_entity]
requires :source_full_path,
type: String,
desc: 'Relative path of the source entity to import',