Index is not required for flush

This commit is contained in:
Honza Kral 2013-06-07 20:23:02 +02:00
parent 63d6f9907d
commit ea35a7af1b

View File

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