TCorrecting api name (#24924)

As per REST request signature for reroute, API has no underscore.
This commit is contained in:
propulkit 2017-05-29 17:27:15 +05:30 committed by Clinton Gormley
parent c120f8af89
commit 25516868fe
1 changed files with 1 additions and 1 deletions

View File

@ -118,5 +118,5 @@ structural problems such as having an analyzer which refers to a stopwords
file which doesn't exist on all nodes. file which doesn't exist on all nodes.
Once the problem has been corrected, allocation can be manually retried by Once the problem has been corrected, allocation can be manually retried by
calling the <<cluster-reroute,`_reroute`>> API with `?retry_failed`, which calling the <<cluster-reroute,`reroute`>> API with `?retry_failed`, which
will attempt a single retry round for these shards. will attempt a single retry round for these shards.