diff --git a/x-pack/plugin/src/test/resources/rest-api-spec/api/rollup.rollup_search.json b/x-pack/plugin/src/test/resources/rest-api-spec/api/rollup.rollup_search.json index 826f97aa15a..5a63dfa3b42 100644 --- a/x-pack/plugin/src/test/resources/rest-api-spec/api/rollup.rollup_search.json +++ b/x-pack/plugin/src/test/resources/rest-api-spec/api/rollup.rollup_search.json @@ -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",