lib/elasticsearch/api/actions/watcher/start.rb in elasticsearch-api-8.11.2 vs lib/elasticsearch/api/actions/watcher/start.rb in elasticsearch-api-8.12.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.11/watcher-api-start.html
+ # @see https://www.elastic.co/guide/en/elasticsearch/reference/8.12/watcher-api-start.html
#
def start(arguments = {})
request_opts = { endpoint: arguments[:endpoint] || "watcher.start" }
arguments = arguments.clone