lib/elasticsearch/api/actions/indices/recovery.rb in elasticsearch-api-7.14.1 vs lib/elasticsearch/api/actions/indices/recovery.rb in elasticsearch-api-7.15.0

- old
+ new

@@ -24,10 +24,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/7.14/indices-recovery.html + # @see https://www.elastic.co/guide/en/elasticsearch/reference/7.15/indices-recovery.html # def recovery(arguments = {}) headers = arguments.delete(:headers) || {} arguments = arguments.clone