docs/BanksApi.md in budgea_client-5.3.3 vs docs/BanksApi.md in budgea_client-5.3.4
- old
+ new
@@ -6662,10 +6662,11 @@
id_user = 'id_user_example' # String | Hint: you can use 'me' or 'all'
id_connection = 56 # Integer |
opts = {
+ expand: 'expand_example', # String |
connection: nil # Object |
}
begin
#Update a connection.
@@ -6680,9 +6681,10 @@
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**id_user** | **String**| Hint: you can use 'me' or 'all' |
**id_connection** | **Integer**| |
+ **expand** | **String**| | [optional]
**connection** | **Object**| | [optional]
### Return type
[**Connection**](Connection.md)