lib/elasticsearch/api/actions/watcher/update_settings.rb in elasticsearch-api-8.8.0 vs lib/elasticsearch/api/actions/watcher/update_settings.rb in elasticsearch-api-8.9.0

- old
+ new

@@ -25,10 +25,10 @@ # Update settings for the watcher system index # # @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.8/watcher-api-update-settings.html + # @see https://www.elastic.co/guide/en/elasticsearch/reference/8.9/watcher-api-update-settings.html # def update_settings(arguments = {}) raise ArgumentError, "Required argument 'body' missing" unless arguments[:body] arguments = arguments.clone