mirror of
https://github.com/OpenBankProject/OBP-API.git
synced 2026-02-06 11:06:49 +00:00
refactor/update default bank ID documentation to specify default value as OBP
This commit is contained in:
parent
b5dff9665b
commit
e78fd370f4
@ -589,9 +589,9 @@ apiOptions.getProductsIsPublic = true
|
||||
apiOptions.getTransactionTypesIsPublic = true
|
||||
apiOptions.getCurrentFxRateIsPublic = true
|
||||
|
||||
## Default Bank. Incase the server wants to support a default bank so developers don't have to specify BANK_ID
|
||||
## Default Bank. Incase the server wants to support a default bank so developers don't have to specify BANK_ID, the default value is OBP.
|
||||
## e.g. developers could use /my/accounts as well as /my/banks/BANK_ID/accounts
|
||||
defaultBank.bank_id=THE_DEFAULT_BANK_ID
|
||||
defaultBank.bank_id=OBP
|
||||
|
||||
|
||||
|
||||
|
||||
@ -189,7 +189,7 @@ Date Commit Action
|
||||
02/05/2017 3084827 added 1 new caching props to sample.props.template api.cache.ttl.seconds.APIMethods121.getTransactions. If it's omitted default value is 0 i.e. no caching. This cacahe is from API level.
|
||||
10/05/2017 7f95a5c added allow_public_views=false, we will not create the public views and will not access them (if public views are exsiting)when it is false.
|
||||
17/07/2017 1530231 added account_id.length=64, this will set all relevant accountid length to 64, when create new sandbox.
|
||||
17/02/2016 e3bead1 Added Props defaultBank.bank_id. Default Bank. Incase the server wants to support a default bank so developers don't have to specify BANK_ID
|
||||
17/02/2016 e3bead1 Added Props defaultBank.bank_id. Default Bank. Incase the server wants to support a default bank so developers don't have to specify BANK_ID. The default value is OBP.
|
||||
```
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user