[rest api spec] fix url for reindex api docs
This commit is contained in:
parent
923d90d434
commit
332f6ffe59
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"reindex.rethrottle": {
|
||||
"documentation": "https://www.elastic.co/guide/en/elasticsearch/plugins/master/plugins-reindex.html",
|
||||
"documentation": "https://www.elastic.co/guide/en/elasticsearch/reference/master/docs-reindex.html",
|
||||
"methods": ["POST"],
|
||||
"url": {
|
||||
"path": "/_reindex/{task_id}/_rethrottle",
|
||||
|
|
Loading…
Reference in New Issue