lib/elasticsearch/api/actions/watcher/start.rb in elasticsearch-api-8.0.0 vs lib/elasticsearch/api/actions/watcher/start.rb in elasticsearch-api-8.0.1

- old
+ new

@@ -24,14 +24,13 @@ # @option arguments [Hash] :headers Custom HTTP headers # # @see https://www.elastic.co/guide/en/elasticsearch/reference/current/watcher-api-start.html # def start(arguments = {}) + arguments = arguments.clone headers = arguments.delete(:headers) || {} - body = nil - - arguments = arguments.clone + body = nil method = Elasticsearch::API::HTTP_POST path = "_watcher/_start" params = {}