docs/BanksApi.md in budgea_client-5.2.0 vs docs/BanksApi.md in budgea_client-5.3.1
- old
+ new
@@ -6662,16 +6662,11 @@
id_user = 'id_user_example' # String | Hint: you can use 'me' or 'all'
id_connection = 56 # Integer |
opts = {
- active: true, # BOOLEAN | Set if the connection synchronisation is active
- expire: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Set expiration of the connection to this date
- login: 'login_example', # String | Set login to this new login
- password: 'password_example', # String | Set password to this new password
- decoupled: true, # BOOLEAN | Try to update a connection with the decoupled error
- expand: 'expand_example' # String |
+ connection: nil # Object |
}
begin
#Update a connection.
result = api_instance.users_id_user_connections_id_connection_post(id_user, id_connection, opts)
@@ -6685,16 +6680,11 @@
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**id_user** | **String**| Hint: you can use 'me' or 'all' |
**id_connection** | **Integer**| |
- **active** | **BOOLEAN**| Set if the connection synchronisation is active | [optional]
- **expire** | **DateTime**| Set expiration of the connection to this date | [optional]
- **login** | **String**| Set login to this new login | [optional]
- **password** | **String**| Set password to this new password | [optional]
- **decoupled** | **BOOLEAN**| Try to update a connection with the decoupled error | [optional]
- **expand** | **String**| | [optional]
+ **connection** | **Object**| | [optional]
### Return type
[**Connection**](Connection.md)
@@ -6702,10 +6692,10 @@
[api_key](../README.md#api_key)
### HTTP request headers
- - **Content-Type**: application/x-www-form-urlencoded
+ - **Content-Type**: application/json
- **Accept**: application/json
# **users_id_user_connections_id_connection_put**