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


##########
api/src/main/java/org/apache/cloudstack/api/command/user/project/ListProjectInvitationsCmd.java:
##########
@@ -37,21 +37,21 @@ public class ListProjectInvitationsCmd extends 
BaseListAccountResourcesCmd {
     // ///////////////////////////////////////////////////
     // ////////////// API parameters /////////////////////
     // ///////////////////////////////////////////////////
-    @Parameter(name = ApiConstants.PROJECT_ID, type = CommandType.UUID, 
entityType = ProjectResponse.class, description = "list by project id")
+    @Parameter(name = ApiConstants.PROJECT_ID, type = CommandType.UUID, 
entityType = ProjectResponse.class, description = "List by project id")

Review Comment:
   'ID'



##########
api/src/main/java/org/apache/cloudstack/api/command/user/project/ListProjectInvitationsCmd.java:
##########
@@ -37,21 +37,21 @@ public class ListProjectInvitationsCmd extends 
BaseListAccountResourcesCmd {
     // ///////////////////////////////////////////////////
     // ////////////// API parameters /////////////////////
     // ///////////////////////////////////////////////////
-    @Parameter(name = ApiConstants.PROJECT_ID, type = CommandType.UUID, 
entityType = ProjectResponse.class, description = "list by project id")
+    @Parameter(name = ApiConstants.PROJECT_ID, type = CommandType.UUID, 
entityType = ProjectResponse.class, description = "List by project id")
     private Long projectId;
 
     @Parameter(name = ApiConstants.ACTIVE_ONLY,
                type = CommandType.BOOLEAN,
-               description = "if true, list only active invitations - having 
Pending state and ones that are not timed out yet")
+               description = "If true, list only active invitations - having 
Pending state and ones that are not timed out yet")
     private boolean activeOnly;
 
-    @Parameter(name = ApiConstants.STATE, type = CommandType.STRING, 
description = "list invitations by state")
+    @Parameter(name = ApiConstants.STATE, type = CommandType.STRING, 
description = "List invitations by state")
     private String state;
 
-    @Parameter(name = ApiConstants.ID, type = CommandType.UUID, entityType = 
ProjectInvitationResponse.class, description = "list invitations by id")
+    @Parameter(name = ApiConstants.ID, type = CommandType.UUID, entityType = 
ProjectInvitationResponse.class, description = "List invitations by id")

Review Comment:
   'ID'



-- 
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: commits-unsubscr...@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to