Skip to content

Commit

Permalink
OP-7919 : Gate mapping URL for Delivery Insights bug fix (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
sriharshakancharla authored Nov 12, 2021
1 parent 0036e3e commit 1b44c24
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ interface OpsmxAuditClientService {
@Query("size") Integer size)

@GET("/auditclientservice/{version}/{type}/{source}/download")
Object downloadDeliveryInsightsCSVFile(@Path('version') String version,
Response downloadDeliveryInsightsCSVFile(@Path('version') String version,
@Path('type') String type,
@Path('source') String source,
@Query('chartId') Integer chartId,
Expand Down

0 comments on commit 1b44c24

Please sign in to comment.