In cluster health REST spec, {index} can be one or many indices and should be typed to list.
@@ -7,7 +7,7 @@
"paths": ["/_cluster/health", "/_cluster/health/{index}"],
"parts": {
"index": {
- "type" : "string",
+ "type" : "list",
"description" : "Limit the information returned to a specific index"
}
},