jbampton commented on code in PR #8268:
URL: https://github.com/apache/cloudstack/pull/8268#discussion_r1406190797
##########
api/src/main/java/org/apache/cloudstack/api/response/VpnUsersResponse.java:
##########
@@ -57,7 +57,7 @@ public class VpnUsersResponse extends BaseResponse implements
ControlledEntityRe
private String projectName;
@SerializedName(ApiConstants.STATE)
- @Param(description = "the state of the Vpn User")
+ @Param(description = "the state of the Vpn User, can be 'Add' , 'Revoke'
or 'Active'.")
Review Comment:
```suggestion
@Param(description = "the state of the Vpn User, can be 'Add', 'Revoke'
or 'Active'.")
```
--
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]