Skip to content

Commit cf34d50

Browse files
authored
Index on rollup.rollup_search.json is a list (#39097)
And not a string since it accepts comma separated list of indices.
1 parent e84050c commit cf34d50

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

x-pack/plugin/src/test/resources/rest-api-spec/api/rollup.rollup_search.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
"paths": [ "{index}/_rollup_search", "{index}/{type}/_rollup_search" ],
88
"parts": {
99
"index": {
10-
"type": "string",
10+
"type": "list",
1111
"required": true,
12-
"description": "The index or index-pattern (containing rollup or regular data) that should be searched"
12+
"description": "The indices or index-pattern(s) (containing rollup or regular data) that should be searched"
1313
},
1414
"type": {
1515
"type": "string",

0 commit comments

Comments
 (0)