RED-5205 - fix getmapping path for download #127
@ -68,7 +68,7 @@ public interface DownloadResource {
|
||||
@ResponseStatus(value = HttpStatus.OK)
|
||||
@Operation(summary = "Returns a downloadable byte stream of the requested file")
|
||||
@ApiResponses(value = {@ApiResponse(responseCode = "200", description = "OK"), @ApiResponse(responseCode = "404", description = "Download with this Id is no longer available")})
|
||||
@GetMapping(value = REST_PATH+"/primitive")
|
||||
@GetMapping(value = REST_PATH)
|
||||
void downloadFile(@RequestParam(STORAGE_ID) String storageId);
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user