docfix/Tweak Bank Attributes Endpoints

This commit is contained in:
Marko Milić 2023-03-31 12:50:35 +02:00
parent f28f6cdfb5
commit 293ce957c4
2 changed files with 4 additions and 2 deletions

View File

@ -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,

View File

@ -6624,7 +6624,7 @@ trait APIMethods400 {
|
|""",
EmptyBody,
transactionAttributesResponseJson,
bankAttributesResponseJsonV400,
List(
$UserNotLoggedIn,
$BankNotFound,
@ -6659,7 +6659,7 @@ trait APIMethods400 {
|
|""",
EmptyBody,
transactionAttributesResponseJson,
bankAttributeResponseJsonV400,
List(
$UserNotLoggedIn,
$BankNotFound,