lib/elasticsearch/api/actions/indices/recovery.rb in elasticsearch-api-8.8.0 vs lib/elasticsearch/api/actions/indices/recovery.rb in elasticsearch-api-8.9.0
- old
+ new
@@ -27,10 +27,10 @@
# @option arguments [List] :index A comma-separated list of index names; use `_all` or empty string to perform the operation on all indices
# @option arguments [Boolean] :detailed Whether to display detailed information about shard recovery
# @option arguments [Boolean] :active_only Display only those recoveries that are currently on-going
# @option arguments [Hash] :headers Custom HTTP headers
#
- # @see https://www.elastic.co/guide/en/elasticsearch/reference/8.8/indices-recovery.html
+ # @see https://www.elastic.co/guide/en/elasticsearch/reference/8.9/indices-recovery.html
#
def recovery(arguments = {})
arguments = arguments.clone
headers = arguments.delete(:headers) || {}