Renamed REST spec reindex.rethrottle to reindex_rethrottle
There is already a reindex method, so reindex can't also be used as a namespace.
This commit is contained in:
parent
1b1a1acad8
commit
336ec0ac9a
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"reindex.rethrottle": {
|
||||
"reindex_rethrottle": {
|
||||
"documentation": "https://www.elastic.co/guide/en/elasticsearch/reference/master/docs-reindex.html",
|
||||
"methods": ["POST"],
|
||||
"url": {
|
||||
|
@ -15,7 +15,7 @@
|
|||
"requests_per_second": {
|
||||
"type": "float",
|
||||
"required": true,
|
||||
"description": "The throttle to set on this request in sub-requests per second. -1 means set no throttle as does \"unlimited\" which is the only non-float this accepts."
|
||||
"description": "The throttle to set on this request in floating sub-requests per second. -1 means set no throttle."
|
||||
}
|
||||
}
|
||||
},
|
Loading…
Reference in New Issue