Skip to content

Commit

Permalink
OP-21589 : Added url mapping for the integration API
Browse files Browse the repository at this point in the history
  • Loading branch information
sriharshakancharla committed Jan 11, 2024
1 parent 103852e commit 7dd6765
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ interface OpsmxSsdService {
@PUT("/ssdservice/{version}/{type}/{source}")
Object updateSsdServiceResponse1(@Path('version') String version,
@Path('type') String type,
@Query("source") String source,
@Path("source") String source,
@Query("integratorType") String integratorType,
@Body Object data)

Expand Down

0 comments on commit 7dd6765

Please sign in to comment.