mirror of
https://github.com/OpenBankProject/OBP-API.git
synced 2026-02-06 13:07:02 +00:00
bugfix/added role field to ApiRoleCommons
This commit is contained in:
parent
80f2993776
commit
19e812c992
@ -717,4 +717,7 @@ object AtmId {
|
||||
def unapply(id : String) = Some(AtmId(id))
|
||||
}
|
||||
|
||||
case class ApiRoleCommons(requires_bank_id: Boolean)
|
||||
case class ApiRoleCommons(
|
||||
role:String,
|
||||
requires_bank_id: Boolean
|
||||
)
|
||||
Loading…
Reference in New Issue
Block a user