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


##########
api/src/main/java/org/apache/cloudstack/api/command/user/volume/AddResourceDetailCmd.java:
##########
@@ -40,13 +40,13 @@ public class AddResourceDetailCmd extends BaseAsyncCmd {
     @Parameter(name = ApiConstants.DETAILS, type = CommandType.MAP, required = 
true, description = "Map of (key/value pairs)")
     private Map details;
 
-    @Parameter(name = ApiConstants.RESOURCE_TYPE, type = CommandType.STRING, 
required = true, description = "type of the resource")
+    @Parameter(name = ApiConstants.RESOURCE_TYPE, type = CommandType.STRING, 
required = true, description = "Type of the resource")
     private String resourceType;
 
-    @Parameter(name = ApiConstants.RESOURCE_ID, type = CommandType.STRING, 
required = true, collectionType = CommandType.STRING, description = "resource 
id to create the details for")
+    @Parameter(name = ApiConstants.RESOURCE_ID, type = CommandType.STRING, 
required = true, collectionType = CommandType.STRING, description = "Resource 
id to create the details for")

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