mirror of
https://github.com/OpenBankProject/OBP-API.git
synced 2026-02-06 13:26:51 +00:00
docfix/Tweak Bank Attributes Endpoints
This commit is contained in:
parent
f28f6cdfb5
commit
293ce957c4
@ -4013,6 +4013,8 @@ object SwaggerDefinitionsJSON {
|
||||
value = "2012-04-23",
|
||||
is_active = Some(true)
|
||||
)
|
||||
val bankAttributesResponseJsonV400 = BankAttributesResponseJsonV400(List(bankAttributeResponseJsonV400))
|
||||
|
||||
val atmAttributeResponseJsonV510 = AtmAttributeResponseJsonV510(
|
||||
bank_id = bankIdExample.value,
|
||||
atm_id = atmIdExample.value,
|
||||
|
||||
@ -6624,7 +6624,7 @@ trait APIMethods400 {
|
||||
|
|
||||
|""",
|
||||
EmptyBody,
|
||||
transactionAttributesResponseJson,
|
||||
bankAttributesResponseJsonV400,
|
||||
List(
|
||||
$UserNotLoggedIn,
|
||||
$BankNotFound,
|
||||
@ -6659,7 +6659,7 @@ trait APIMethods400 {
|
||||
|
|
||||
|""",
|
||||
EmptyBody,
|
||||
transactionAttributesResponseJson,
|
||||
bankAttributeResponseJsonV400,
|
||||
List(
|
||||
$UserNotLoggedIn,
|
||||
$BankNotFound,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user