Revert "Corrected `indices.get_warmer` API (index not required, base path just `/_warmer`)"

This reverts commit 9834e49a86c609e0e7dc7e28e0ee94c97eb4628c.
This commit is contained in:
Karel Minarik 2013-06-20 11:20:10 +02:00
parent 79a5dc9ee5
commit 48176a1e85
1 changed files with 3 additions and 2 deletions

View File

@ -3,12 +3,13 @@
"documentation": "http://www.elasticsearch.org/guide/reference/api/admin-indices-warmers/",
"methods": ["GET"],
"url": {
"path": "/_warmer",
"path": "/{index}/_warmer",
"paths": ["/{index}/_warmer", "/{index}/_warmer/{name}", "/{index}/{type}/_warmer/{name}"],
"parts": {
"index": {
"type" : "list",
"description" : "A comma-separated list of index names to restrict the operation; use `_all` or empty string to perform the operation on all indices"
"required" : true,
"description" : "A comma-separated list of index names to restrict the operation; use `_all` to perform the operation on all indices"
},
"name": {
"type" : "string",