Skip to content

Commit

Permalink
Method should be a post
Browse files Browse the repository at this point in the history
  • Loading branch information
amarsan committed Nov 13, 2024
1 parent af59f70 commit 3408a2c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ public JobExecutionResource refreshCache(@PathParam("sourceKey") final String so
* @return void
* @throws ForbiddenException if the user is not an admin
*/
@GET
@POST
@Path("clearCache")
public void clearCache() {
if (!isSecured() || !isAdmin()) {
Expand Down

0 comments on commit 3408a2c

Please sign in to comment.