diff --git a/rest-api-spec/src/main/resources/rest-api-spec/api/cluster.get_component_template.json b/rest-api-spec/src/main/resources/rest-api-spec/api/cluster.get_component_template.json index 85a814d38abd5..9bad7661ebbf1 100644 --- a/rest-api-spec/src/main/resources/rest-api-spec/api/cluster.get_component_template.json +++ b/rest-api-spec/src/main/resources/rest-api-spec/api/cluster.get_component_template.json @@ -26,8 +26,8 @@ ], "parts": { "name": { - "type": "list", - "description": "The comma separated names of the component templates" + "type": "string", + "description": "The name of the component template. Wildcard (`*`) expressions are supported." } } }