@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(de.adorsys.psd2.aspsp.profile.domain.migration.OldProfileConfiguration oldConfiguration) |
@PostMapping(path="/aspsp-settings") public org.springframework.http.ResponseEntity<String> convertAspspSetting(@RequestBody de.adorsys.psd2.aspsp.profile.domain.migration.OldProfileConfiguration oldConfiguration)
Copyright © 2020. All rights reserved.