Skip to content

Commit

Permalink
Update TagResource.java
Browse files Browse the repository at this point in the history
  • Loading branch information
sahibamittal committed Dec 4, 2024
1 parent 1d67da9 commit 9691044
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -509,7 +509,7 @@ public Response untagNotificationRules(
@Produces(MediaType.APPLICATION_JSON)
@Operation(
summary = "Returns a list of all vulnerabilities assigned to the given tag.",
description = "<p>Requires permission <strong>VULNERABILITY_MANAGEMENT</strong> or <strong>VULNERABILITY_MANAGEMENT_UPDATE</strong></p>"
description = "<p>Requires permission <strong>VULNERABILITY_MANAGEMENT</strong> or <strong>VULNERABILITY_MANAGEMENT_READ</strong></p>"
)
@ApiResponses(value = {
@ApiResponse(
Expand Down

0 comments on commit 9691044

Please sign in to comment.