lib/elasticsearch/api/actions/cluster/reroute.rb in elasticsearch-api-8.15.0 vs lib/elasticsearch/api/actions/cluster/reroute.rb in elasticsearch-api-8.16.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.15/cluster-reroute.html
+ # @see https://www.elastic.co/guide/en/elasticsearch/reference/8.16/cluster-reroute.html
#
def reroute(arguments = {})
request_opts = { endpoint: arguments[:endpoint] || 'cluster.reroute' }
arguments = arguments.clone