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


##########
api/src/main/java/org/apache/cloudstack/api/command/admin/host/UpdateHostCmd.java:
##########
@@ -49,21 +49,21 @@ public class UpdateHostCmd extends BaseCmd {
     @Parameter(name = ApiConstants.OS_CATEGORY_ID,
                type = CommandType.UUID,
                entityType = GuestOSCategoryResponse.class,
-               description = "the id of Os category to update the host with")
+               description = "The id of Os category to update the host with")
     private Long osCategoryId;
 
     @Parameter(name = ApiConstants.ALLOCATION_STATE,
                type = CommandType.STRING,
                description = "Change resource state of host, valid values are 
[Enable, Disable]. Operation may failed if host in states not allowing 
Enable/Disable")
     private String allocationState;
 
-    @Parameter(name = ApiConstants.HOST_TAGS, type = CommandType.LIST, 
collectionType = CommandType.STRING, description = "list of tags to be added to 
the host")
+    @Parameter(name = ApiConstants.HOST_TAGS, type = CommandType.LIST, 
collectionType = CommandType.STRING, description = "List of tags to be added to 
the host")
     private List<String> hostTags;
 
     @Parameter(name = ApiConstants.IS_TAG_A_RULE, type = CommandType.BOOLEAN, 
description = ApiConstants.PARAMETER_DESCRIPTION_IS_TAG_A_RULE)
     private Boolean isTagARule;
 
-    @Parameter(name = ApiConstants.URL, type = CommandType.STRING, description 
= "the new uri for the secondary storage: nfs://host/path")
+    @Parameter(name = ApiConstants.URL, type = CommandType.STRING, description 
= "The new uri for the secondary storage: nfs://host/path")

Review Comment:
   uri or URI?



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