Skip to content

Commit 7cdb08d

Browse files
authored
rest-api-spec: fix cluster.get_component_template name part (#138284) (#138336)
1 parent fe23838 commit 7cdb08d

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)