docs/BanksApi.md in budgea_client-5.3.7 vs docs/BanksApi.md in budgea_client-5.3.8
- old
+ new
@@ -3191,11 +3191,12 @@
balance: 3.4, # Float | Balance of the account
disabled: true, # BOOLEAN | If the account is disabled (not synchronized)
iban: 'iban_example', # String | IBAN of the account
bookmarked: true, # BOOLEAN | If the account is bookmarked
usage: 'usage_example', # String | Usage of the account : PRIV, ORGA or ASSO
- expand: 'expand_example' # String |
+ expand: 'expand_example', # String |
+ all: 'all_example' # String |
}
begin
#Update an account
result = api_instance.users_id_user_accounts_id_account_put(id_user, id_account, opts)
@@ -3217,10 +3218,11 @@
**disabled** | **BOOLEAN**| If the account is disabled (not synchronized) | [optional]
**iban** | **String**| IBAN of the account | [optional]
**bookmarked** | **BOOLEAN**| If the account is bookmarked | [optional]
**usage** | **String**| Usage of the account : PRIV, ORGA or ASSO | [optional]
**expand** | **String**| | [optional]
+ **all** | **String**| | [optional]
### Return type
[**Account**](Account.md)
@@ -5207,11 +5209,12 @@
balance: 3.4, # Float | Balance of the account
disabled: true, # BOOLEAN | If the account is disabled (not synchronized)
iban: 'iban_example', # String | IBAN of the account
bookmarked: true, # BOOLEAN | If the account is bookmarked
usage: 'usage_example', # String | Usage of the account : PRIV, ORGA or ASSO
- expand: 'expand_example' # String |
+ expand: 'expand_example', # String |
+ all: 'all_example' # String |
}
begin
#Update an account
result = api_instance.users_id_user_connections_id_connection_accounts_id_account_put(id_user, id_connection, id_account, opts)
@@ -5234,9 +5237,10 @@
**disabled** | **BOOLEAN**| If the account is disabled (not synchronized) | [optional]
**iban** | **String**| IBAN of the account | [optional]
**bookmarked** | **BOOLEAN**| If the account is bookmarked | [optional]
**usage** | **String**| Usage of the account : PRIV, ORGA or ASSO | [optional]
**expand** | **String**| | [optional]
+ **all** | **String**| | [optional]
### Return type
[**Account**](Account.md)