Skip to content

Commit

Permalink
OP-20624 : Mapping urls
Browse files Browse the repository at this point in the history
  • Loading branch information
sriharshakancharla committed Jun 29, 2023
1 parent 0401843 commit 1c7b936
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ interface OpsmxSsdService {
@GET("/ssdservice/{version}/{type}")
Object getSddResponse1(@Path('version') String version,
@Path('type') String type,
@Query("account") Integer account,
@Query("account") String account,
@Query("appId") Integer appId,
@Query("image") String image,
@Query("imageTag") String imageTag,
Expand Down

0 comments on commit 1c7b936

Please sign in to comment.