And not a string since it accepts comma separated list of indices. (cherry picked from commit cf34d50b3a983b5fc0c9c7aa279cecd4aa10e28b)
This commit is contained in:
parent
c2a94aabbc
commit
52ecf18dc4
|
@ -7,9 +7,9 @@
|
|||
"paths": [ "{index}/_rollup_search", "{index}/{type}/_rollup_search" ],
|
||||
"parts": {
|
||||
"index": {
|
||||
"type": "string",
|
||||
"type": "list",
|
||||
"required": true,
|
||||
"description": "The index or index-pattern (containing rollup or regular data) that should be searched"
|
||||
"description": "The indices or index-pattern(s) (containing rollup or regular data) that should be searched"
|
||||
},
|
||||
"type": {
|
||||
"type": "string",
|
||||
|
|
Loading…
Reference in New Issue