Index is not required for optimize

This commit is contained in:
Zachary Tong 2013-06-07 14:38:55 -04:00
parent ea35a7af1b
commit fafadd7376
1 changed files with 0 additions and 1 deletions

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 to perform the operation on all indices"
}
},