lib/elasticsearch/api/actions/cluster/reroute.rb in elasticsearch-api-8.8.0 vs lib/elasticsearch/api/actions/cluster/reroute.rb in elasticsearch-api-8.9.0

- old
+ new

@@ -31,10 +31,10 @@ # @option arguments [Time] :master_timeout Explicit operation timeout for connection to master node # @option arguments [Time] :timeout Explicit operation timeout # @option arguments [Hash] :headers Custom HTTP headers # @option arguments [Hash] :body The definition of `commands` to perform (`move`, `cancel`, `allocate`) # - # @see https://www.elastic.co/guide/en/elasticsearch/reference/8.8/cluster-reroute.html + # @see https://www.elastic.co/guide/en/elasticsearch/reference/8.9/cluster-reroute.html # def reroute(arguments = {}) arguments = arguments.clone headers = arguments.delete(:headers) || {}