Removed the incorrect "required" for index in the `_settings` API

This commit is contained in:
Karel Minarik 2013-05-27 21:58:36 +02:00
parent b045fc4a72
commit e6c54e71f2
1 changed files with 0 additions and 1 deletions

View File

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