Skip to content

Commit fcd8606

Browse files
committed
{index} can be one or many indices and should be typed to list.
{index} can be one or many indices and should be typed to list.
1 parent 1f76f49 commit fcd8606

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rest-api-spec/src/main/resources/rest-api-spec/api/cluster.health.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"paths": ["/_cluster/health", "/_cluster/health/{index}"],
88
"parts": {
99
"index": {
10-
"type" : "string",
10+
"type" : "list",
1111
"description" : "Limit the information returned to a specific index"
1212
}
1313
},

0 commit comments

Comments
 (0)