Skip to content

Commit dddbd65

Browse files
committed
Fix description for parameter that does not accept comma-separated values
1 parent 5146002 commit dddbd65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

specification/cluster/get_component_template/ClusterGetComponentTemplateRequest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ export interface Request extends RequestBase {
4545
]
4646
path_parts: {
4747
/**
48-
* Comma-separated list of component template names used to limit the request.
48+
* The name of the component template.
4949
* Wildcard (`*`) expressions are supported.
5050
*/
5151
name?: Name

0 commit comments

Comments
 (0)