Skip to content

Commit

Permalink
OP-21589 : Added url mapping for the bulk edit API
Browse files Browse the repository at this point in the history
  • Loading branch information
sriharshakancharla committed Jan 10, 2024
1 parent 1e21649 commit 1a2578a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ interface OpsmxSsdService {
@Query("tool") String tool,
@Query("tags") String tags,
@Query("action") String action,
@Query("integrationType") String integrationType,
@Query("integratorType") String integratorType,
@Query("name") String name)

@GET("/ssdservice/{version}/{type}/{source}")
Expand Down

0 comments on commit 1a2578a

Please sign in to comment.