Skip to content

Commit

Permalink
Merge pull request #58 from sudhakaropsmx/master
Browse files Browse the repository at this point in the history
Updated Request URL for add or update dynamic accounts
  • Loading branch information
sriharshakancharla authored Nov 17, 2020
2 parents 0c432fe + 65836f4 commit 084e489
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ class OpsmxOesController {
}

@ApiOperation(value = "Add or Update dynamic account configured in Spinnaker", response = String.class)
@RequestMapping(value = "/addOrUpdateDynamicAccount", method = RequestMethod.POST)
@RequestMapping(value = "/accountsConfig/addOrUpdateDynamicAccount", method = RequestMethod.POST)
String addOrUpdateAccount(@RequestParam MultipartFile files, @RequestParam Map<String, String> postData) {
String filename = files ? files.getOriginalFilename() : ''
return addOrUpdateDynamicAccount(files.bytes, filename, postData.get("postData"))
Expand Down

0 comments on commit 084e489

Please sign in to comment.