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