Skip to content

Commit

Permalink
Merge pull request #4420 from nscuro/backport-pr-4409
Browse files Browse the repository at this point in the history
  • Loading branch information
nscuro authored Nov 28, 2024
2 parents 51849d6 + e2eb5e3 commit 75ef01c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ public Response exportProjectAsCycloneDx (

@GET
@Path("/cyclonedx/component/{uuid}")
@Produces(CycloneDxMediaType.APPLICATION_CYCLONEDX_XML)
@Produces({CycloneDxMediaType.APPLICATION_CYCLONEDX_XML, CycloneDxMediaType.APPLICATION_CYCLONEDX_JSON})
@Operation(
summary = "Returns dependency metadata for a specific component in CycloneDX format",
description = "<p>Requires permission <strong>VIEW_PORTFOLIO</strong></p>"
Expand Down

0 comments on commit 75ef01c

Please sign in to comment.