lib/elasticsearch/api/actions/watcher/start.rb in elasticsearch-api-8.1.2 vs lib/elasticsearch/api/actions/watcher/start.rb in elasticsearch-api-8.2.0
- old
+ new
@@ -21,10 +21,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.1/watcher-api-start.html
+ # @see https://www.elastic.co/guide/en/elasticsearch/reference/8.2/watcher-api-start.html
#
def start(arguments = {})
arguments = arguments.clone
headers = arguments.delete(:headers) || {}