diff --git a/gate-web/src/main/groovy/com/opsmx/spinnaker/gate/services/OpsmxAuditClientService.groovy b/gate-web/src/main/groovy/com/opsmx/spinnaker/gate/services/OpsmxAuditClientService.groovy index ddbe247545..df5a01c278 100644 --- a/gate-web/src/main/groovy/com/opsmx/spinnaker/gate/services/OpsmxAuditClientService.groovy +++ b/gate-web/src/main/groovy/com/opsmx/spinnaker/gate/services/OpsmxAuditClientService.groovy @@ -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,