lib/elasticsearch/api/actions/watcher/update_settings.rb in elasticsearch-api-8.15.0 vs lib/elasticsearch/api/actions/watcher/update_settings.rb in elasticsearch-api-8.16.0

- old
+ new

@@ -27,10 +27,10 @@ # @option arguments [Time] :timeout Specify timeout for waiting for acknowledgement from all nodes # @option arguments [Time] :master_timeout Specify timeout for connection to master # @option arguments [Hash] :headers Custom HTTP headers # @option arguments [Hash] :body An object with the new index settings (*Required*) # - # @see https://www.elastic.co/guide/en/elasticsearch/reference/8.15/watcher-api-update-settings.html + # @see https://www.elastic.co/guide/en/elasticsearch/reference/8.16/watcher-api-update-settings.html # def update_settings(arguments = {}) request_opts = { endpoint: arguments[:endpoint] || 'watcher.update_settings' } raise ArgumentError, "Required argument 'body' missing" unless arguments[:body]