Skip to content

Commit

Permalink
OP-20624 : Query param changes
Browse files Browse the repository at this point in the history
  • Loading branch information
sriharshakancharla committed Jun 29, 2023
1 parent 1c7b936 commit be19ca0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ interface OpsmxSsdService {
@Query("appId") Integer appId,
@Query("image") String image,
@Query("imageTag") String imageTag,
@Path('stage') String stage,
@Query('stage') String stage,
@Query("deployedAt") String deployedAt,
@Query("appName") String appName,
@Query("pageNo") Integer pageNo,
Expand Down

0 comments on commit be19ca0

Please sign in to comment.