Package de.adorsys.psd2.consent.api
Interface TppApi
-
@RequestMapping(path="api/v1/tpp") public interface TppApi
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.springframework.http.ResponseEntity<Boolean>checkIfTppBlocked(String tppAuthorisationNumber)org.springframework.http.ResponseEntity<Boolean>updateTppInfo(de.adorsys.psd2.xs2a.core.tpp.TppInfo tppInfo)
-
-
-
Method Detail
-
updateTppInfo
@PutMapping org.springframework.http.ResponseEntity<Boolean> updateTppInfo(@RequestBody de.adorsys.psd2.xs2a.core.tpp.TppInfo tppInfo)
-
-