rajujith commented on code in PR #7857:
URL: https://github.com/apache/cloudstack/pull/7857#discussion_r2309535991
##########
api/src/main/java/org/apache/cloudstack/api/response/BaseRolePermissionResponse.java:
##########
@@ -27,15 +27,15 @@
public class BaseRolePermissionResponse extends BaseResponse {
@SerializedName(ApiConstants.RULE)
- @Param(description = "the api name or wildcard rule")
+ @Param(description = "The api name or wildcard rule")
Review Comment:
API
##########
api/src/main/java/org/apache/cloudstack/api/response/BaseRolePermissionResponse.java:
##########
@@ -27,15 +27,15 @@
public class BaseRolePermissionResponse extends BaseResponse {
@SerializedName(ApiConstants.RULE)
- @Param(description = "the api name or wildcard rule")
+ @Param(description = "The api name or wildcard rule")
private String rule;
@SerializedName(ApiConstants.PERMISSION)
- @Param(description = "the permission type of the api name or wildcard
rule, allow/deny")
+ @Param(description = "The permission type of the api name or wildcard
rule, allow/deny")
Review Comment:
API
--
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]