Improved description for `index` parameter in "delete_by_query" API

This commit is contained in:
Karel Minarik 2013-06-22 16:55:03 +02:00
parent 4c0487d005
commit b966f74f4d
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
"index": {
"type" : "list",
"required": true,
"description" : "A comma-separated list of indices to restrict the operation"
"description" : "A comma-separated list of indices to restrict the operation; use `_all` to perform the operation on all indices"
},
"type": {
"type" : "list",