lib/elasticsearch/api/actions/watcher/ack_watch.rb in elasticsearch-api-8.11.2 vs lib/elasticsearch/api/actions/watcher/ack_watch.rb in elasticsearch-api-8.12.0

- old
+ new

@@ -26,10 +26,10 @@ # # @option arguments [String] :watch_id Watch ID # @option arguments [List] :action_id A comma-separated list of the action ids to be acked # @option arguments [Hash] :headers Custom HTTP headers # - # @see https://www.elastic.co/guide/en/elasticsearch/reference/8.11/watcher-api-ack-watch.html + # @see https://www.elastic.co/guide/en/elasticsearch/reference/8.12/watcher-api-ack-watch.html # def ack_watch(arguments = {}) request_opts = { endpoint: arguments[:endpoint] || "watcher.ack_watch" } defined_params = [:watch_id, :action_id].inject({}) do |set_variables, variable|