Commit cfc1b661 authored by David Kim's avatar David Kim Committed by Sean McGivern

Remove incorrectly added optional params from Project update params [RUN ALL...

Remove incorrectly added optional params from Project update params [RUN ALL RSPEC] [RUN AS-IF-FOSS]
parent 876f3c35
......@@ -91,8 +91,6 @@ module API
end
params :optional_update_params_ee do
optional :issues_template, type: String, desc: 'Default description for Issues'
optional :merge_requests_template, type: String, desc: 'Default description for Merge Requests'
end
params :optional_update_params do
......@@ -130,10 +128,8 @@ module API
:emails_disabled,
:forking_access_level,
:issues_access_level,
:issues_template,
:lfs_enabled,
:merge_requests_access_level,
:merge_requests_template,
:merge_method,
:name,
:only_allow_merge_if_all_discussions_are_resolved,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment