lib/elasticsearch/xpack/api/actions/watcher/ack_watch.rb in elasticsearch-xpack-7.7.0.pre vs lib/elasticsearch/xpack/api/actions/watcher/ack_watch.rb in elasticsearch-xpack-7.7.0

- old
+ new

@@ -11,10 +11,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/current/watcher-api-ack-watch.html + # @see https://www.elastic.co/guide/en/elasticsearch/reference/7.7/watcher-api-ack-watch.html # def ack_watch(arguments = {}) raise ArgumentError, "Required argument 'watch_id' missing" unless arguments[:watch_id] headers = arguments.delete(:headers) || {}