DaanHoogland commented on code in PR #8475:
URL: https://github.com/apache/cloudstack/pull/8475#discussion_r1637551428
##########
api/src/main/java/org/apache/cloudstack/api/command/admin/config/UpdateHypervisorCapabilitiesCmd.java:
##########
@@ -45,6 +45,12 @@ public class UpdateHypervisorCapabilitiesCmd extends BaseCmd
{
@Parameter(name = ApiConstants.ID, type = CommandType.UUID, entityType =
HypervisorCapabilitiesResponse.class, description = "ID of the hypervisor
capability")
private Long id;
+ @Parameter(name = ApiConstants.HYPERVISOR, type = CommandType.STRING,
description = "the hypervisor of the hypervisor capability", since = "4.19.1")
Review Comment:
```suggestion
@Parameter(name = ApiConstants.HYPERVISOR, type = CommandType.STRING,
description = "the hypervisor for which the hypervisor capabilities are to be
updated", since = "4.19.1")
```
not sure if this is the intention, but the original sentence seems strange
to me
--
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]