sureshanaparti commented on code in PR #7857:
URL: https://github.com/apache/cloudstack/pull/7857#discussion_r2597221994


##########
api/src/main/java/org/apache/cloudstack/api/command/admin/acl/project/UpdateProjectRolePermissionCmd.java:
##########
@@ -57,7 +57,7 @@ public class UpdateProjectRolePermissionCmd extends BaseCmd {
     private Long projectId;
 
     @Parameter(name = ApiConstants.RULE_ORDER, type = CommandType.LIST, 
collectionType = CommandType.UUID, entityType = 
ProjectRolePermissionResponse.class,
-            description = "The parent role permission uuid, use 0 to move this 
rule at the top of the list")
+            description = "The parent role permission UUID, use 0 to move this 
rule at the top of the list")

Review Comment:
   ```suggestion
               description = "ID of the parent role permission, use 0 to move 
this rule at the top of the list")
   ```



-- 
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]

Reply via email to