From 3a896cd3c79fef8148951b88c981cb7741629068 Mon Sep 17 00:00:00 2001 From: Quentin Pradet Date: Thu, 20 Nov 2025 09:30:38 +0400 Subject: [PATCH] rest-api-spec: fix cluster.get_component_template name part (#138284) --- .../rest-api-spec/api/cluster.get_component_template.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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." } } }