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
path: root/lib/api
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2019-11-23 03:06:06 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2019-11-23 03:06:06 +0300
commit5cb94fc486b25f14d160a7a584dd9a9f23d1ccc9 (patch)
tree1e786999c5965d0e7a4f37b75ce1d91fe6363b4d /lib/api
parent69a23cbee136eda0ab37874399421e6865cfc76b (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'lib/api')
-rw-r--r--lib/api/projects.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/api/projects.rb b/lib/api/projects.rb
index 669def2b63c..a1fce9e8b20 100644
--- a/lib/api/projects.rb
+++ b/lib/api/projects.rb
@@ -191,6 +191,7 @@ module API
optional :path, type: String, desc: 'The path of the repository'
optional :default_branch, type: String, desc: 'The default branch of the project'
use :optional_project_params
+ use :optional_create_project_params
use :create_params
end
# rubocop: disable CodeReuse/ActiveRecord