sureshanaparti commented on code in PR #7857:
URL: https://github.com/apache/cloudstack/pull/7857#discussion_r2597236026
##########
api/src/main/java/org/apache/cloudstack/api/command/admin/ca/ProvisionCertificateCmd.java:
##########
@@ -52,7 +52,7 @@ public class ProvisionCertificateCmd extends BaseAsyncCmd {
/////////////////////////////////////////////////////
@Parameter(name = ApiConstants.HOST_ID, type = CommandType.UUID, required
= true, entityType = HostResponse.class,
- description = "The host/agent uuid to which the certificate has to
be provisioned (issued and propagated)")
+ description = "The host/agent UUID to which the certificate has to
be provisioned (issued and propagated)")
Review Comment:
```suggestion
description = "The host/agent ID to which the certificate has to
be provisioned (issued and propagated)")
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]