Improved description for `index` parameter in "delete_by_query" API
This commit is contained in:
parent
4c0487d005
commit
b966f74f4d
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue