Rest API: indices.delete should have "index" as a required param
This commit is contained in:
parent
ba621ee325
commit
f9810e591e
|
@ -8,6 +8,7 @@
|
||||||
"parts": {
|
"parts": {
|
||||||
"index": {
|
"index": {
|
||||||
"type" : "list",
|
"type" : "list",
|
||||||
|
"required" : true,
|
||||||
"description" : "A comma-separated list of indices to delete; use `_all` or `*` string to delete all indices"
|
"description" : "A comma-separated list of indices to delete; use `_all` or `*` string to delete all indices"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue