Skip to content

Commit

Permalink
use GET for collectJob (#3585)
Browse files Browse the repository at this point in the history
Co-authored-by: AbdulRahman AlHamali <aalhamali@coveo.com>
Co-authored-by: AbdulRahmanAlHamali <a.alhamali93@gmail.com>
  • Loading branch information
3 people committed Apr 10, 2020
1 parent 84159af commit 3c26139
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ interface KatoRestService {
@Path("cloudProvider") String cloudProvider,
@Body Collection<? extends Map<String, Map>> operations)

@POST("/applications/{app}/jobs/{account}/{region}/{id}")
@GET("/applications/{app}/jobs/{account}/{region}/{id}")
Response collectJob(@Path("app") String app,
@Path("account") String account,
@Path("region") String region,
Expand Down

0 comments on commit 3c26139

Please sign in to comment.