Skip to content

Commit

Permalink
changed gate request
Browse files Browse the repository at this point in the history
  • Loading branch information
vivek-opsmx committed Jan 12, 2024
1 parent 66f228a commit c519474
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ class OpsmxPlatformController {
}

@ApiOperation(value = "download the CD Integrator manifest file")
@GetMapping(value = "/{version}/{type}/{source}/manifest", produces = "application/octet-stream")
@GetMapping(value = "/v7/{type}/{source}/manifest", produces = "application/octet-stream")
@ResponseBody
Object getDownloadAgentManifestFile(@PathVariable("type") String type,
@PathVariable("source") String source,
Expand Down

0 comments on commit c519474

Please sign in to comment.