Index on rollup.rollup_search.json is a list (#39097) (#39653)

And not a string since it accepts comma separated list of indices.

(cherry picked from commit cf34d50b3a983b5fc0c9c7aa279cecd4aa10e28b)
This commit is contained in:
Martijn Laarman 2019-03-04 15:23:18 +01:00 committed by GitHub
parent c2a94aabbc
commit 52ecf18dc4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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",