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