@RequestMapping(path="api/v1/tpp")
public interface TppApi
| Modifier and Type | Method and Description |
|---|---|
org.springframework.http.ResponseEntity<Boolean> |
checkIfTppBlocked(String tppAuthorisationNumber) |
org.springframework.http.ResponseEntity<Boolean> |
updateTppInfo(de.adorsys.psd2.xs2a.core.tpp.TppInfo tppInfo) |
@PutMapping org.springframework.http.ResponseEntity<Boolean> updateTppInfo(@RequestBody de.adorsys.psd2.xs2a.core.tpp.TppInfo tppInfo)
Copyright © 2020. All rights reserved.