lib/elasticsearch/api/actions/indices/recovery.rb in elasticsearch-api-8.11.2 vs lib/elasticsearch/api/actions/indices/recovery.rb in elasticsearch-api-8.12.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.11/indices-recovery.html
+ # @see https://www.elastic.co/guide/en/elasticsearch/reference/8.12/indices-recovery.html
#
def recovery(arguments = {})
request_opts = { endpoint: arguments[:endpoint] || "indices.recovery" }
defined_params = [:index].inject({}) do |set_variables, variable|