Skip to content

Commit

Permalink
Fix RunService in java client
Browse files Browse the repository at this point in the history
  • Loading branch information
barreiro committed Oct 23, 2024
1 parent c77ffa0 commit 08e6ca8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,9 @@ void updateAccess(@PathParam("id") int id,
@QueryParam("access") Access access);

@POST
@Path("test/{test}")
@Path("test")
@Consumes(MediaType.APPLICATION_JSON)
Response add(@PathParam("test") String testNameOrId,
Response add(@QueryParam("test") String testNameOrId,
@QueryParam("owner") String owner,
@QueryParam("access") Access access,
@QueryParam("token") String token,
Expand Down

0 comments on commit 08e6ca8

Please sign in to comment.