Rest API: indices.delete should have "index" as a required param

This commit is contained in:
Clinton Gormley 2014-11-10 17:06:33 +01:00
parent ba621ee325
commit f9810e591e
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@
"parts": {
"index": {
"type" : "list",
"required" : true,
"description" : "A comma-separated list of indices to delete; use `_all` or `*` string to delete all indices"
}
},