lib/elasticsearch/api/actions/watcher/start.rb in elasticsearch-api-8.8.0 vs lib/elasticsearch/api/actions/watcher/start.rb in elasticsearch-api-8.9.0
- old
+ new
@@ -24,10 +24,10 @@
module Actions
# Starts Watcher if it is not already running.
#
# @option arguments [Hash] :headers Custom HTTP headers
#
- # @see https://www.elastic.co/guide/en/elasticsearch/reference/8.8/watcher-api-start.html
+ # @see https://www.elastic.co/guide/en/elasticsearch/reference/8.9/watcher-api-start.html
#
def start(arguments = {})
arguments = arguments.clone
headers = arguments.delete(:headers) || {}