@Profile(value="debug_mode")
@RestController
@RequestMapping(path="/api/v1/aspsp-profile/convert-profile",
consumes="application/x-yaml",
produces="application/x-yaml")
public class AspspProfileConvertController
extends Object
| Constructor and Description |
|---|
AspspProfileConvertController() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.http.ResponseEntity<String> |
convertAspspSetting(OldProfileConfiguration oldConfiguration) |
@PostMapping(path="/aspsp-settings") public org.springframework.http.ResponseEntity<String> convertAspspSetting(@RequestBody OldProfileConfiguration oldConfiguration)
Copyright © 2019. All rights reserved.