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