Commit 70e09d76 authored by Robert Speicher's avatar Robert Speicher

Resolve lib/api/projects.rb

parent f45c9611
...@@ -30,11 +30,8 @@ module API ...@@ -30,11 +30,8 @@ module API
end end
end end
<<<<<<< HEAD
prepend EE::API::Projects prepend EE::API::Projects
=======
>>>>>>> upstream/master
def self.update_params_at_least_one_of def self.update_params_at_least_one_of
[ [
:jobs_enabled, :jobs_enabled,
...@@ -297,10 +294,7 @@ module API ...@@ -297,10 +294,7 @@ module API
optional :path, type: String, desc: 'The path of the repository' optional :path, type: String, desc: 'The path of the repository'
use :optional_project_params use :optional_project_params
<<<<<<< HEAD
use :optional_update_params_ee use :optional_update_params_ee
=======
>>>>>>> upstream/master
at_least_one_of(*::API::Projects.update_params_at_least_one_of) at_least_one_of(*::API::Projects.update_params_at_least_one_of)
end end
......
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