@Profile(value="debug_mode") @RestController @RequestMapping(path="/api/v1/aspsp-profile/for-debug") public class AspspProfileUpdateController extends Object
| Constructor and Description |
|---|
AspspProfileUpdateController() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.http.ResponseEntity<Void> |
updateAspspSettings(de.adorsys.psd2.aspsp.profile.domain.AspspSettings aspspSettings) |
org.springframework.http.ResponseEntity<Void> |
updateScaApproach(List<String> newScaApproaches) |
@PutMapping(path="/sca-approaches") public org.springframework.http.ResponseEntity<Void> updateScaApproach(@RequestBody List<String> newScaApproaches)
@PutMapping(path="/aspsp-settings") public org.springframework.http.ResponseEntity<Void> updateAspspSettings(@RequestBody de.adorsys.psd2.aspsp.profile.domain.AspspSettings aspspSettings)
Copyright © 2019. All rights reserved.