Skip to content
This repository has been archived by the owner on Nov 22, 2023. It is now read-only.

Commit

Permalink
Fixing incorrect annotation on SecretExists
Browse files Browse the repository at this point in the history
Content type for HEAD should match GET
  • Loading branch information
mmontgomery-square committed Dec 29, 2022
1 parent c474298 commit 35fd17d
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -120,7 +120,7 @@ public class SecretResource {
@Timed @ExceptionMetered
@HEAD
@Path("{name}")
@Consumes(APPLICATION_JSON)
@Produces(APPLICATION_JSON)
@LogArguments
public Response secretExists(@Auth AutomationClient automationClient, @PathParam("name") String secretName) {
Response.Status status = secretSeriesDAO.secretSeriesExists(secretName)
Expand Down

0 comments on commit 35fd17d

Please sign in to comment.