lib/elasticsearch/xpack/api/actions/watcher/stats.rb in elasticsearch-xpack-7.14.1 vs lib/elasticsearch/xpack/api/actions/watcher/stats.rb in elasticsearch-xpack-7.15.0
- old
+ new
@@ -24,10 +24,10 @@
#
# @option arguments [List] :metric Controls what additional stat metrics should be include in the response (options: _all, queued_watches, current_watches, pending_watches)
# @option arguments [Boolean] :emit_stacktraces Emits stack traces of currently running watches
# @option arguments [Hash] :headers Custom HTTP headers
#
- # @see https://www.elastic.co/guide/en/elasticsearch/reference/7.14/watcher-api-stats.html
+ # @see https://www.elastic.co/guide/en/elasticsearch/reference/7.15/watcher-api-stats.html
#
def stats(arguments = {})
headers = arguments.delete(:headers) || {}
arguments = arguments.clone