We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85fb65a commit e51c98dCopy full SHA for e51c98d
elasticsearch-api/lib/elasticsearch/api/actions/watcher/put_watch.rb
@@ -62,6 +62,7 @@ def put_watch(arguments = {})
62
end
63
request_opts[:defined_params] = defined_params unless defined_params.empty?
64
65
+ raise ArgumentError, "Required argument 'body' missing" unless arguments[:body]
66
raise ArgumentError, "Required argument 'id' missing" unless arguments[:id]
67
68
arguments = arguments.clone
elasticsearch-api/lib/elasticsearch/api/version.rb
@@ -18,6 +18,6 @@
18
module Elasticsearch
19
module API
20
VERSION = '9.2.0'.freeze
21
- ES_SPECIFICATION_COMMIT = 'a4676aabf1b13839ec5bef82f775aad25dbdec22'.freeze
+ ES_SPECIFICATION_COMMIT = 'e22c10134264a91aca0f736153460a3e988c27b5'.freeze
22
23
0 commit comments