Skip to content

Commit a0fa83e

Browse files
committed
Merge pull request #13678 from elastic/fix/cluster-health-api
In cluster health REST spec, {index} can be one or many indices and should be typed to list.
2 parents 47871eb + fcd8606 commit a0fa83e

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)