Skip to content

Commit 0a4b690

Browse files
authored
rest-api-spec: fix cluster.get_component_template name part (elastic#138284) (elastic#138334)
1 parent 4c8a821 commit 0a4b690

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
],
2727
"parts": {
2828
"name": {
29-
"type": "list",
30-
"description": "The comma separated names of the component templates"
29+
"type": "string",
30+
"description": "The name of the component template. Wildcard (`*`) expressions are supported."
3131
}
3232
}
3333
}

0 commit comments

Comments
 (0)