mirror of
https://github.com/OpenBankProject/OBP-API.git
synced 2026-02-06 13:07:02 +00:00
docfix: apiTagAccountAttribute and use of apiTagAttribute
This commit is contained in:
parent
4719988318
commit
2295e5e856
@ -21,6 +21,7 @@ object ApiTag {
|
||||
val apiTagBank = ResourceDocTag("Bank")
|
||||
val apiTagBankAttribute = ResourceDocTag("Bank-Attribute")
|
||||
val apiTagAccount = ResourceDocTag("Account")
|
||||
val apiTagAccountAttribute = ResourceDocTag("Account-Attribute")
|
||||
val apiTagAccountAccess = ResourceDocTag("Account-Access")
|
||||
val apiTagDirectDebit = ResourceDocTag("Direct-Debit")
|
||||
val apiTagStandingOrder = ResourceDocTag("Standing-Order")
|
||||
|
||||
@ -2667,7 +2667,7 @@ trait APIMethods310 {
|
||||
InvalidJsonFormat,
|
||||
UnknownError
|
||||
),
|
||||
List(apiTagAccount),
|
||||
List(apiTagAccount, apiTagAccountAttribute, apiTagAttribute),
|
||||
Some(List(canCreateAccountAttributeAtOneBank))
|
||||
)
|
||||
|
||||
@ -2740,7 +2740,7 @@ trait APIMethods310 {
|
||||
InvalidJsonFormat,
|
||||
UnknownError
|
||||
),
|
||||
List(apiTagAccount),
|
||||
List(apiTagAccount, apiTagAccountAttribute, apiTagAttribute),
|
||||
Some(List(canUpdateAccountAttribute))
|
||||
)
|
||||
|
||||
|
||||
@ -7988,7 +7988,7 @@ trait APIMethods400 extends MdcLoggable {
|
||||
InvalidJsonFormat,
|
||||
UnknownError
|
||||
),
|
||||
List(apiTagAccount),
|
||||
List(apiTagAccount, apiTagAccountAttribute, apiTagAttribute),
|
||||
Some(List(canCreateAccountAttributeDefinitionAtOneBank))
|
||||
)
|
||||
|
||||
@ -9243,7 +9243,7 @@ trait APIMethods400 extends MdcLoggable {
|
||||
$BankNotFound,
|
||||
UnknownError
|
||||
),
|
||||
List(apiTagAccount),
|
||||
List(apiTagAccount, apiTagAccountAttribute, apiTagAttribute),
|
||||
Some(List(canDeleteAccountAttributeDefinitionAtOneBank))
|
||||
)
|
||||
|
||||
@ -9450,7 +9450,7 @@ trait APIMethods400 extends MdcLoggable {
|
||||
$BankNotFound,
|
||||
UnknownError
|
||||
),
|
||||
List(apiTagAccount),
|
||||
List(apiTagAccount, apiTagAccountAttribute, apiTagAttribute),
|
||||
Some(List(canGetAccountAttributeDefinitionAtOneBank))
|
||||
)
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user