From e78fd370f4ccee16ac94dbd2d3200640e942c763 Mon Sep 17 00:00:00 2001 From: Hongwei Date: Mon, 28 Apr 2025 08:17:12 +0200 Subject: [PATCH] refactor/update default bank ID documentation to specify default value as OBP --- obp-api/src/main/resources/props/sample.props.template | 4 ++-- release_notes.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/obp-api/src/main/resources/props/sample.props.template b/obp-api/src/main/resources/props/sample.props.template index 2190e6c32..d813eb35f 100644 --- a/obp-api/src/main/resources/props/sample.props.template +++ b/obp-api/src/main/resources/props/sample.props.template @@ -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 diff --git a/release_notes.md b/release_notes.md index d5dbc5dff..cbd940748 100644 --- a/release_notes.md +++ b/release_notes.md @@ -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. ```