Skip to content

Commit 08e6ca8

Browse files
committed
Fix RunService in java client
1 parent c77ffa0 commit 08e6ca8

File tree

1 file changed

+2
-2
lines changed
  • horreum-client/src/main/java/io/hyperfoil/tools/horreum/api/client

1 file changed

+2
-2
lines changed

horreum-client/src/main/java/io/hyperfoil/tools/horreum/api/client/RunService.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,9 @@ void updateAccess(@PathParam("id") int id,
7474
@QueryParam("access") Access access);
7575

7676
@POST
77-
@Path("test/{test}")
77+
@Path("test")
7878
@Consumes(MediaType.APPLICATION_JSON)
79-
Response add(@PathParam("test") String testNameOrId,
79+
Response add(@QueryParam("test") String testNameOrId,
8080
@QueryParam("owner") String owner,
8181
@QueryParam("access") Access access,
8282
@QueryParam("token") String token,

0 commit comments

Comments
 (0)