lib/elasticsearch/api/actions/cluster/reroute.rb in elasticsearch-api-7.13.3 vs lib/elasticsearch/api/actions/cluster/reroute.rb in elasticsearch-api-7.14.0.pre
- old
+ new
@@ -28,10 +28,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/7.13/cluster-reroute.html
+ # @see https://www.elastic.co/guide/en/elasticsearch/reference/7.14/cluster-reroute.html
#
def reroute(arguments = {})
headers = arguments.delete(:headers) || {}
arguments = arguments.clone