diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2019-11-23 00:06:06 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2019-11-23 00:06:06 +0000 |
commit | 5cb94fc486b25f14d160a7a584dd9a9f23d1ccc9 (patch) | |
tree | 1e786999c5965d0e7a4f37b75ce1d91fe6363b4d /lib | |
parent | 69a23cbee136eda0ab37874399421e6865cfc76b (diff) | |
download | gitlab-ce-5cb94fc486b25f14d160a7a584dd9a9f23d1ccc9.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'lib')
-rw-r--r-- | lib/api/projects.rb | 1 |
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 |