Added the default index value to the `search` API spec
This commit is contained in:
parent
46c8bd186c
commit
44c56b0888
|
@ -8,6 +8,7 @@
|
|||
"parts": {
|
||||
"index": {
|
||||
"type" : "list",
|
||||
"default" : "_all",
|
||||
"description" : "A comma-separated list of index names to search; use `_all` or empty string to perform the operation on all indices"
|
||||
},
|
||||
"type": {
|
||||
|
|
Loading…
Reference in New Issue