sureshanaparti commented on code in PR #7857:
URL: https://github.com/apache/cloudstack/pull/7857#discussion_r2597228872
##########
api/src/main/java/org/apache/cloudstack/api/command/admin/annotation/RemoveAnnotationCmd.java:
##########
@@ -30,12 +30,12 @@
import org.apache.cloudstack.api.response.AnnotationResponse;
import org.apache.cloudstack.context.CallContext;
-@APICommand(name = "removeAnnotation", description = "remove an annotation.",
responseObject = AnnotationResponse.class,
+@APICommand(name = "removeAnnotation", description = "Remove an annotation.",
responseObject = AnnotationResponse.class,
requestHasSensitiveInfo = false, responseHasSensitiveInfo = false,
since = "4.11", authorized = {RoleType.Admin})
public class RemoveAnnotationCmd extends BaseCmd {
- @Parameter(name = ApiConstants.ID, type = CommandType.STRING, required =
true, description = "the id of the annotation")
+ @Parameter(name = ApiConstants.ID, type = CommandType.STRING, required =
true, description = "The id of the annotation")
Review Comment:
```suggestion
@Parameter(name = ApiConstants.ID, type = CommandType.STRING, required =
true, description = "The ID of the annotation")
```
```suggestion
@Parameter(name = ApiConstants.ID, type = CommandType.STRING, required =
true, description = "The id of the annotation")
```
--
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]