budgea_client 5.0.0 → 5.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (159) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile +1 -1
  3. data/Gemfile.lock +1 -1
  4. data/README.md +19 -6
  5. data/budgea_openapi.json +1690 -1377
  6. data/config.json +1 -1
  7. data/docs/Account.md +1 -0
  8. data/docs/AdministrationApi.md +48 -48
  9. data/docs/AuthenticationApi.md +9 -9
  10. data/docs/BanksApi.md +392 -145
  11. data/docs/Connection.md +3 -0
  12. data/docs/ConnectionsApi.md +277 -30
  13. data/docs/DocumentsApi.md +48 -48
  14. data/docs/InlineResponse20016.md +1 -1
  15. data/docs/InlineResponse20017.md +1 -1
  16. data/docs/InlineResponse20018.md +1 -1
  17. data/docs/InlineResponse20019.md +1 -1
  18. data/docs/InlineResponse20020.md +1 -1
  19. data/docs/InlineResponse20021.md +1 -1
  20. data/docs/InlineResponse20022.md +1 -1
  21. data/docs/InlineResponse20023.md +1 -1
  22. data/docs/InlineResponse20024.md +1 -1
  23. data/docs/InlineResponse20025.md +1 -1
  24. data/docs/InlineResponse20026.md +1 -1
  25. data/docs/InlineResponse20027.md +1 -1
  26. data/docs/InlineResponse20028.md +1 -1
  27. data/docs/InlineResponse20029.md +1 -1
  28. data/docs/InlineResponse20030.md +1 -1
  29. data/docs/OIDCApi.md +3 -3
  30. data/docs/PFMApi.md +42 -42
  31. data/docs/ProvidersApi.md +343 -96
  32. data/docs/RecipientsApi.md +4 -4
  33. data/docs/TermsApi.md +74 -9
  34. data/docs/TransferApi.md +1 -1
  35. data/docs/TransfersApi.md +63 -63
  36. data/docs/UsersManagementApi.md +13 -13
  37. data/docs/WealthApi.md +75 -59
  38. data/lib/budgea_client/api/administration_api.rb +49 -49
  39. data/lib/budgea_client/api/authentication_api.rb +9 -9
  40. data/lib/budgea_client/api/banks_api.rb +403 -154
  41. data/lib/budgea_client/api/connections_api.rb +282 -33
  42. data/lib/budgea_client/api/documents_api.rb +49 -49
  43. data/lib/budgea_client/api/oidc_api.rb +3 -3
  44. data/lib/budgea_client/api/pfm_api.rb +44 -44
  45. data/lib/budgea_client/api/providers_api.rb +349 -100
  46. data/lib/budgea_client/api/recipients_api.rb +4 -4
  47. data/lib/budgea_client/api/terms_api.rb +77 -11
  48. data/lib/budgea_client/api/transfer_api.rb +1 -1
  49. data/lib/budgea_client/api/transfers_api.rb +75 -75
  50. data/lib/budgea_client/api/users_management_api.rb +14 -14
  51. data/lib/budgea_client/api/wealth_api.rb +99 -75
  52. data/lib/budgea_client/api_client.rb +2 -0
  53. data/lib/budgea_client/models/access.rb +2 -1
  54. data/lib/budgea_client/models/account.rb +14 -2
  55. data/lib/budgea_client/models/account_log.rb +2 -1
  56. data/lib/budgea_client/models/account_type.rb +2 -1
  57. data/lib/budgea_client/models/alert.rb +2 -1
  58. data/lib/budgea_client/models/auth_provider.rb +2 -1
  59. data/lib/budgea_client/models/category.rb +2 -1
  60. data/lib/budgea_client/models/certificate.rb +2 -1
  61. data/lib/budgea_client/models/client.rb +2 -1
  62. data/lib/budgea_client/models/config_log.rb +2 -1
  63. data/lib/budgea_client/models/connection.rb +70 -5
  64. data/lib/budgea_client/models/connection_log.rb +2 -1
  65. data/lib/budgea_client/models/connection_source.rb +2 -1
  66. data/lib/budgea_client/models/connector.rb +2 -1
  67. data/lib/budgea_client/models/connector_category.rb +2 -1
  68. data/lib/budgea_client/models/connector_logo.rb +2 -1
  69. data/lib/budgea_client/models/connector_source.rb +2 -1
  70. data/lib/budgea_client/models/currency.rb +2 -1
  71. data/lib/budgea_client/models/device.rb +2 -1
  72. data/lib/budgea_client/models/document.rb +2 -1
  73. data/lib/budgea_client/models/document_type.rb +2 -1
  74. data/lib/budgea_client/models/field.rb +2 -1
  75. data/lib/budgea_client/models/field_value.rb +2 -1
  76. data/lib/budgea_client/models/file.rb +2 -1
  77. data/lib/budgea_client/models/group.rb +2 -1
  78. data/lib/budgea_client/models/hash_table.rb +2 -1
  79. data/lib/budgea_client/models/inline_response_200.rb +2 -1
  80. data/lib/budgea_client/models/inline_response_200_1.rb +2 -1
  81. data/lib/budgea_client/models/inline_response_200_10.rb +2 -1
  82. data/lib/budgea_client/models/inline_response_200_11.rb +2 -1
  83. data/lib/budgea_client/models/inline_response_200_12.rb +2 -1
  84. data/lib/budgea_client/models/inline_response_200_13.rb +2 -1
  85. data/lib/budgea_client/models/inline_response_200_14.rb +2 -1
  86. data/lib/budgea_client/models/inline_response_200_15.rb +2 -1
  87. data/lib/budgea_client/models/inline_response_200_16.rb +13 -12
  88. data/lib/budgea_client/models/inline_response_200_17.rb +20 -19
  89. data/lib/budgea_client/models/inline_response_200_18.rb +20 -19
  90. data/lib/budgea_client/models/inline_response_200_19.rb +20 -19
  91. data/lib/budgea_client/models/inline_response_200_2.rb +2 -1
  92. data/lib/budgea_client/models/inline_response_200_20.rb +20 -19
  93. data/lib/budgea_client/models/inline_response_200_21.rb +20 -19
  94. data/lib/budgea_client/models/inline_response_200_22.rb +13 -12
  95. data/lib/budgea_client/models/inline_response_200_23.rb +13 -12
  96. data/lib/budgea_client/models/inline_response_200_24.rb +20 -19
  97. data/lib/budgea_client/models/inline_response_200_25.rb +20 -19
  98. data/lib/budgea_client/models/inline_response_200_26.rb +13 -12
  99. data/lib/budgea_client/models/inline_response_200_27.rb +13 -12
  100. data/lib/budgea_client/models/inline_response_200_28.rb +13 -12
  101. data/lib/budgea_client/models/inline_response_200_29.rb +20 -19
  102. data/lib/budgea_client/models/inline_response_200_3.rb +2 -1
  103. data/lib/budgea_client/models/inline_response_200_30.rb +13 -12
  104. data/lib/budgea_client/models/inline_response_200_31.rb +2 -1
  105. data/lib/budgea_client/models/inline_response_200_32.rb +2 -1
  106. data/lib/budgea_client/models/inline_response_200_33.rb +2 -1
  107. data/lib/budgea_client/models/inline_response_200_34.rb +2 -1
  108. data/lib/budgea_client/models/inline_response_200_35.rb +2 -1
  109. data/lib/budgea_client/models/inline_response_200_36.rb +2 -1
  110. data/lib/budgea_client/models/inline_response_200_37.rb +2 -1
  111. data/lib/budgea_client/models/inline_response_200_38.rb +2 -1
  112. data/lib/budgea_client/models/inline_response_200_39.rb +2 -1
  113. data/lib/budgea_client/models/inline_response_200_4.rb +2 -1
  114. data/lib/budgea_client/models/inline_response_200_40.rb +2 -1
  115. data/lib/budgea_client/models/inline_response_200_41.rb +2 -1
  116. data/lib/budgea_client/models/inline_response_200_42.rb +2 -1
  117. data/lib/budgea_client/models/inline_response_200_5.rb +2 -1
  118. data/lib/budgea_client/models/inline_response_200_6.rb +2 -1
  119. data/lib/budgea_client/models/inline_response_200_7.rb +2 -1
  120. data/lib/budgea_client/models/inline_response_200_8.rb +2 -1
  121. data/lib/budgea_client/models/inline_response_200_9.rb +2 -1
  122. data/lib/budgea_client/models/investment.rb +2 -1
  123. data/lib/budgea_client/models/investment_value.rb +2 -1
  124. data/lib/budgea_client/models/keyword.rb +2 -1
  125. data/lib/budgea_client/models/locked_user.rb +2 -1
  126. data/lib/budgea_client/models/oidc_whitelist.rb +2 -1
  127. data/lib/budgea_client/models/order.rb +2 -1
  128. data/lib/budgea_client/models/pocket.rb +2 -1
  129. data/lib/budgea_client/models/profile.rb +2 -1
  130. data/lib/budgea_client/models/project.rb +2 -1
  131. data/lib/budgea_client/models/project_type.rb +2 -1
  132. data/lib/budgea_client/models/recipient.rb +2 -1
  133. data/lib/budgea_client/models/recipient_log.rb +2 -1
  134. data/lib/budgea_client/models/security.rb +2 -1
  135. data/lib/budgea_client/models/subscription.rb +2 -1
  136. data/lib/budgea_client/models/subscription_log.rb +2 -1
  137. data/lib/budgea_client/models/terms_of_service.rb +2 -1
  138. data/lib/budgea_client/models/transaction.rb +2 -1
  139. data/lib/budgea_client/models/transaction_information.rb +2 -1
  140. data/lib/budgea_client/models/transactions_cluster.rb +2 -1
  141. data/lib/budgea_client/models/transfer.rb +2 -1
  142. data/lib/budgea_client/models/transfer_log.rb +2 -1
  143. data/lib/budgea_client/models/user.rb +2 -1
  144. data/lib/budgea_client/models/user_alert.rb +2 -1
  145. data/lib/budgea_client/models/webhook.rb +2 -1
  146. data/lib/budgea_client/models/webhook_data.rb +2 -1
  147. data/lib/budgea_client/models/webhook_log.rb +2 -1
  148. data/lib/budgea_client/version.rb +1 -1
  149. data/original_budgea_openapi.json +1559 -1474
  150. data/pkg/budgea_client-5.1.2.gem +0 -0
  151. data/spec/.!78900!.DS_Store +0 -0
  152. data/spec/.!79301!.DS_Store +0 -0
  153. data/spec/.!79684!.DS_Store +0 -0
  154. data/spec/.!83764!.DS_Store +0 -0
  155. data/spec/.DS_Store +0 -0
  156. metadata +9 -7
  157. data/pkg/budgea_client-2.0.0.gem +0 -0
  158. data/pkg/budgea_client-3.0.1.gem +0 -0
  159. data/pkg/budgea_client-4.0.0.gem +0 -0
@@ -21,6 +21,10 @@ Method | HTTP request | Description
21
21
  [**categorize_post**](BanksApi.md#categorize_post) | **POST** /categorize | categorize transactions without storing them
22
22
  [**connections_get**](BanksApi.md#connections_get) | **GET** /connections | Get connections without a user
23
23
  [**connections_id_connection_logs_get**](BanksApi.md#connections_id_connection_logs_get) | **GET** /connections/{id_connection}/logs | Get connection logs
24
+ [**connections_id_connection_sources_get**](BanksApi.md#connections_id_connection_sources_get) | **GET** /connections/{id_connection}/sources | Get connection sources
25
+ [**connections_id_connection_sources_id_source_delete**](BanksApi.md#connections_id_connection_sources_id_source_delete) | **DELETE** /connections/{id_connection}/sources/{id_source} | Disable a connection source
26
+ [**connections_id_connection_sources_id_source_post**](BanksApi.md#connections_id_connection_sources_id_source_post) | **POST** /connections/{id_connection}/sources/{id_source} | Enable connection source
27
+ [**connections_id_connection_sources_id_source_put**](BanksApi.md#connections_id_connection_sources_id_source_put) | **PUT** /connections/{id_connection}/sources/{id_source} | Enable connection source
24
28
  [**connectors_get**](BanksApi.md#connectors_get) | **GET** /connectors | Get list of connectors
25
29
  [**connectors_id_connector_logos_get**](BanksApi.md#connectors_id_connector_logos_get) | **GET** /connectors/{id_connector}/logos | Get all links to the files associated with this connector.
26
30
  [**connectors_id_connector_logos_id_logo_delete**](BanksApi.md#connectors_id_connector_logos_id_logo_delete) | **DELETE** /connectors/{id_connector}/logos/{id_logo} | Delete a single Logo object.
@@ -189,7 +193,7 @@ Name | Type | Description | Notes
189
193
 
190
194
  ### HTTP request headers
191
195
 
192
- - **Content-Type**: application/json, multipart/form-data
196
+ - **Content-Type**: application/x-www-form-urlencoded
193
197
  - **Accept**: application/json
194
198
 
195
199
 
@@ -247,7 +251,7 @@ Name | Type | Description | Notes
247
251
 
248
252
  ### HTTP request headers
249
253
 
250
- - **Content-Type**: application/json, multipart/form-data
254
+ - **Content-Type**: application/x-www-form-urlencoded
251
255
  - **Accept**: application/json
252
256
 
253
257
 
@@ -305,7 +309,7 @@ Name | Type | Description | Notes
305
309
 
306
310
  ### HTTP request headers
307
311
 
308
- - **Content-Type**: application/json, multipart/form-data
312
+ - **Content-Type**: application/x-www-form-urlencoded
309
313
  - **Accept**: application/json
310
314
 
311
315
 
@@ -366,7 +370,7 @@ Name | Type | Description | Notes
366
370
 
367
371
  ### HTTP request headers
368
372
 
369
- - **Content-Type**: application/json, multipart/form-data
373
+ - **Content-Type**: application/x-www-form-urlencoded
370
374
  - **Accept**: application/json
371
375
 
372
376
 
@@ -424,7 +428,7 @@ Name | Type | Description | Notes
424
428
 
425
429
  ### HTTP request headers
426
430
 
427
- - **Content-Type**: application/json, multipart/form-data
431
+ - **Content-Type**: application/x-www-form-urlencoded
428
432
  - **Accept**: application/json
429
433
 
430
434
 
@@ -479,7 +483,7 @@ Name | Type | Description | Notes
479
483
 
480
484
  ### HTTP request headers
481
485
 
482
- - **Content-Type**: application/json, multipart/form-data
486
+ - **Content-Type**: application/x-www-form-urlencoded
483
487
  - **Accept**: application/json
484
488
 
485
489
 
@@ -543,7 +547,7 @@ Name | Type | Description | Notes
543
547
 
544
548
  ### HTTP request headers
545
549
 
546
- - **Content-Type**: application/json, multipart/form-data
550
+ - **Content-Type**: application/x-www-form-urlencoded
547
551
  - **Accept**: application/json
548
552
 
549
553
 
@@ -601,7 +605,7 @@ Name | Type | Description | Notes
601
605
 
602
606
  ### HTTP request headers
603
607
 
604
- - **Content-Type**: application/json, multipart/form-data
608
+ - **Content-Type**: application/x-www-form-urlencoded
605
609
  - **Accept**: application/json
606
610
 
607
611
 
@@ -659,7 +663,7 @@ Name | Type | Description | Notes
659
663
 
660
664
  ### HTTP request headers
661
665
 
662
- - **Content-Type**: application/json, multipart/form-data
666
+ - **Content-Type**: application/x-www-form-urlencoded
663
667
  - **Accept**: application/json
664
668
 
665
669
 
@@ -717,7 +721,7 @@ Name | Type | Description | Notes
717
721
 
718
722
  ### HTTP request headers
719
723
 
720
- - **Content-Type**: application/json, multipart/form-data
724
+ - **Content-Type**: application/x-www-form-urlencoded
721
725
  - **Accept**: application/json
722
726
 
723
727
 
@@ -775,7 +779,7 @@ Name | Type | Description | Notes
775
779
 
776
780
  ### HTTP request headers
777
781
 
778
- - **Content-Type**: application/json, multipart/form-data
782
+ - **Content-Type**: application/x-www-form-urlencoded
779
783
  - **Accept**: application/json
780
784
 
781
785
 
@@ -830,7 +834,7 @@ Name | Type | Description | Notes
830
834
 
831
835
  ### HTTP request headers
832
836
 
833
- - **Content-Type**: application/json, multipart/form-data
837
+ - **Content-Type**: application/x-www-form-urlencoded
834
838
  - **Accept**: application/json
835
839
 
836
840
 
@@ -888,7 +892,7 @@ Name | Type | Description | Notes
888
892
 
889
893
  ### HTTP request headers
890
894
 
891
- - **Content-Type**: application/json, multipart/form-data
895
+ - **Content-Type**: application/x-www-form-urlencoded
892
896
  - **Accept**: application/json
893
897
 
894
898
 
@@ -943,7 +947,7 @@ Name | Type | Description | Notes
943
947
 
944
948
  ### HTTP request headers
945
949
 
946
- - **Content-Type**: application/json, multipart/form-data
950
+ - **Content-Type**: application/x-www-form-urlencoded
947
951
  - **Accept**: application/json
948
952
 
949
953
 
@@ -1003,7 +1007,7 @@ Name | Type | Description | Notes
1003
1007
 
1004
1008
  ### HTTP request headers
1005
1009
 
1006
- - **Content-Type**: application/json, multipart/form-data
1010
+ - **Content-Type**: application/x-www-form-urlencoded
1007
1011
  - **Accept**: application/json
1008
1012
 
1009
1013
 
@@ -1058,7 +1062,7 @@ Name | Type | Description | Notes
1058
1062
 
1059
1063
  ### HTTP request headers
1060
1064
 
1061
- - **Content-Type**: application/json, multipart/form-data
1065
+ - **Content-Type**: application/x-www-form-urlencoded
1062
1066
  - **Accept**: application/json
1063
1067
 
1064
1068
 
@@ -1138,13 +1142,254 @@ Name | Type | Description | Notes
1138
1142
 
1139
1143
  ### HTTP request headers
1140
1144
 
1141
- - **Content-Type**: application/json, multipart/form-data
1145
+ - **Content-Type**: application/x-www-form-urlencoded
1146
+ - **Accept**: application/json
1147
+
1148
+
1149
+
1150
+ # **connections_id_connection_sources_get**
1151
+ > InlineResponse20016 connections_id_connection_sources_get(id_connection, opts)
1152
+
1153
+ Get connection sources
1154
+
1155
+
1156
+
1157
+ ### Example
1158
+ ```ruby
1159
+ # load the gem
1160
+ require 'budgea_client'
1161
+ # setup authorization
1162
+ BudgeaClient.configure do |config|
1163
+ # Configure API key authorization: api_key
1164
+ config.api_key['Authorization'] = 'YOUR API KEY'
1165
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
1166
+ #config.api_key_prefix['Authorization'] = 'Bearer'
1167
+ end
1168
+
1169
+ api_instance = BudgeaClient::BanksApi.new
1170
+
1171
+ id_connection = 56 # Integer |
1172
+
1173
+ opts = {
1174
+ expand: 'expand_example' # String |
1175
+ }
1176
+
1177
+ begin
1178
+ #Get connection sources
1179
+ result = api_instance.connections_id_connection_sources_get(id_connection, opts)
1180
+ p result
1181
+ rescue BudgeaClient::ApiError => e
1182
+ puts "Exception when calling BanksApi->connections_id_connection_sources_get: #{e}"
1183
+ end
1184
+ ```
1185
+
1186
+ ### Parameters
1187
+
1188
+ Name | Type | Description | Notes
1189
+ ------------- | ------------- | ------------- | -------------
1190
+ **id_connection** | **Integer**| |
1191
+ **expand** | **String**| | [optional]
1192
+
1193
+ ### Return type
1194
+
1195
+ [**InlineResponse20016**](InlineResponse20016.md)
1196
+
1197
+ ### Authorization
1198
+
1199
+ [api_key](../README.md#api_key)
1200
+
1201
+ ### HTTP request headers
1202
+
1203
+ - **Content-Type**: application/x-www-form-urlencoded
1204
+ - **Accept**: application/json
1205
+
1206
+
1207
+
1208
+ # **connections_id_connection_sources_id_source_delete**
1209
+ > ConnectionSource connections_id_connection_sources_id_source_delete(id_connection, id_source, opts)
1210
+
1211
+ Disable a connection source
1212
+
1213
+ This will make it so the specified source will not be synchronized anymore.<br><br>
1214
+
1215
+ ### Example
1216
+ ```ruby
1217
+ # load the gem
1218
+ require 'budgea_client'
1219
+ # setup authorization
1220
+ BudgeaClient.configure do |config|
1221
+ # Configure API key authorization: api_key
1222
+ config.api_key['Authorization'] = 'YOUR API KEY'
1223
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
1224
+ #config.api_key_prefix['Authorization'] = 'Bearer'
1225
+ end
1226
+
1227
+ api_instance = BudgeaClient::BanksApi.new
1228
+
1229
+ id_connection = 56 # Integer |
1230
+
1231
+ id_source = 56 # Integer |
1232
+
1233
+ opts = {
1234
+ expand: 'expand_example' # String |
1235
+ }
1236
+
1237
+ begin
1238
+ #Disable a connection source
1239
+ result = api_instance.connections_id_connection_sources_id_source_delete(id_connection, id_source, opts)
1240
+ p result
1241
+ rescue BudgeaClient::ApiError => e
1242
+ puts "Exception when calling BanksApi->connections_id_connection_sources_id_source_delete: #{e}"
1243
+ end
1244
+ ```
1245
+
1246
+ ### Parameters
1247
+
1248
+ Name | Type | Description | Notes
1249
+ ------------- | ------------- | ------------- | -------------
1250
+ **id_connection** | **Integer**| |
1251
+ **id_source** | **Integer**| |
1252
+ **expand** | **String**| | [optional]
1253
+
1254
+ ### Return type
1255
+
1256
+ [**ConnectionSource**](ConnectionSource.md)
1257
+
1258
+ ### Authorization
1259
+
1260
+ [api_key](../README.md#api_key)
1261
+
1262
+ ### HTTP request headers
1263
+
1264
+ - **Content-Type**: application/x-www-form-urlencoded
1265
+ - **Accept**: application/json
1266
+
1267
+
1268
+
1269
+ # **connections_id_connection_sources_id_source_post**
1270
+ > ConnectionSource connections_id_connection_sources_id_source_post(id_connection, id_source, opts)
1271
+
1272
+ Enable connection source
1273
+
1274
+ This will make it so the specified source will be able to be synchronized.<br><br>
1275
+
1276
+ ### Example
1277
+ ```ruby
1278
+ # load the gem
1279
+ require 'budgea_client'
1280
+ # setup authorization
1281
+ BudgeaClient.configure do |config|
1282
+ # Configure API key authorization: api_key
1283
+ config.api_key['Authorization'] = 'YOUR API KEY'
1284
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
1285
+ #config.api_key_prefix['Authorization'] = 'Bearer'
1286
+ end
1287
+
1288
+ api_instance = BudgeaClient::BanksApi.new
1289
+
1290
+ id_connection = 56 # Integer |
1291
+
1292
+ id_source = 56 # Integer |
1293
+
1294
+ opts = {
1295
+ expand: 'expand_example' # String |
1296
+ }
1297
+
1298
+ begin
1299
+ #Enable connection source
1300
+ result = api_instance.connections_id_connection_sources_id_source_post(id_connection, id_source, opts)
1301
+ p result
1302
+ rescue BudgeaClient::ApiError => e
1303
+ puts "Exception when calling BanksApi->connections_id_connection_sources_id_source_post: #{e}"
1304
+ end
1305
+ ```
1306
+
1307
+ ### Parameters
1308
+
1309
+ Name | Type | Description | Notes
1310
+ ------------- | ------------- | ------------- | -------------
1311
+ **id_connection** | **Integer**| |
1312
+ **id_source** | **Integer**| |
1313
+ **expand** | **String**| | [optional]
1314
+
1315
+ ### Return type
1316
+
1317
+ [**ConnectionSource**](ConnectionSource.md)
1318
+
1319
+ ### Authorization
1320
+
1321
+ [api_key](../README.md#api_key)
1322
+
1323
+ ### HTTP request headers
1324
+
1325
+ - **Content-Type**: application/x-www-form-urlencoded
1326
+ - **Accept**: application/json
1327
+
1328
+
1329
+
1330
+ # **connections_id_connection_sources_id_source_put**
1331
+ > ConnectionSource connections_id_connection_sources_id_source_put(id_connection, id_source, opts)
1332
+
1333
+ Enable connection source
1334
+
1335
+ This will make it so the specified source will be able to be synchronized.<br><br>
1336
+
1337
+ ### Example
1338
+ ```ruby
1339
+ # load the gem
1340
+ require 'budgea_client'
1341
+ # setup authorization
1342
+ BudgeaClient.configure do |config|
1343
+ # Configure API key authorization: api_key
1344
+ config.api_key['Authorization'] = 'YOUR API KEY'
1345
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
1346
+ #config.api_key_prefix['Authorization'] = 'Bearer'
1347
+ end
1348
+
1349
+ api_instance = BudgeaClient::BanksApi.new
1350
+
1351
+ id_connection = 56 # Integer |
1352
+
1353
+ id_source = 56 # Integer |
1354
+
1355
+ opts = {
1356
+ expand: 'expand_example' # String |
1357
+ }
1358
+
1359
+ begin
1360
+ #Enable connection source
1361
+ result = api_instance.connections_id_connection_sources_id_source_put(id_connection, id_source, opts)
1362
+ p result
1363
+ rescue BudgeaClient::ApiError => e
1364
+ puts "Exception when calling BanksApi->connections_id_connection_sources_id_source_put: #{e}"
1365
+ end
1366
+ ```
1367
+
1368
+ ### Parameters
1369
+
1370
+ Name | Type | Description | Notes
1371
+ ------------- | ------------- | ------------- | -------------
1372
+ **id_connection** | **Integer**| |
1373
+ **id_source** | **Integer**| |
1374
+ **expand** | **String**| | [optional]
1375
+
1376
+ ### Return type
1377
+
1378
+ [**ConnectionSource**](ConnectionSource.md)
1379
+
1380
+ ### Authorization
1381
+
1382
+ [api_key](../README.md#api_key)
1383
+
1384
+ ### HTTP request headers
1385
+
1386
+ - **Content-Type**: application/x-www-form-urlencoded
1142
1387
  - **Accept**: application/json
1143
1388
 
1144
1389
 
1145
1390
 
1146
1391
  # **connectors_get**
1147
- > InlineResponse20016 connectors_get(opts)
1392
+ > InlineResponse20017 connectors_get(opts)
1148
1393
 
1149
1394
  Get list of connectors
1150
1395
 
@@ -1185,7 +1430,7 @@ Name | Type | Description | Notes
1185
1430
 
1186
1431
  ### Return type
1187
1432
 
1188
- [**InlineResponse20016**](InlineResponse20016.md)
1433
+ [**InlineResponse20017**](InlineResponse20017.md)
1189
1434
 
1190
1435
  ### Authorization
1191
1436
 
@@ -1193,7 +1438,7 @@ Name | Type | Description | Notes
1193
1438
 
1194
1439
  ### HTTP request headers
1195
1440
 
1196
- - **Content-Type**: application/json, multipart/form-data
1441
+ - **Content-Type**: application/x-www-form-urlencoded
1197
1442
  - **Accept**: application/json
1198
1443
 
1199
1444
 
@@ -1251,7 +1496,7 @@ Name | Type | Description | Notes
1251
1496
 
1252
1497
  ### HTTP request headers
1253
1498
 
1254
- - **Content-Type**: application/json, multipart/form-data
1499
+ - **Content-Type**: application/x-www-form-urlencoded
1255
1500
  - **Accept**: application/json
1256
1501
 
1257
1502
 
@@ -1312,7 +1557,7 @@ Name | Type | Description | Notes
1312
1557
 
1313
1558
  ### HTTP request headers
1314
1559
 
1315
- - **Content-Type**: application/json, multipart/form-data
1560
+ - **Content-Type**: application/x-www-form-urlencoded
1316
1561
  - **Accept**: application/json
1317
1562
 
1318
1563
 
@@ -1373,7 +1618,7 @@ Name | Type | Description | Notes
1373
1618
 
1374
1619
  ### HTTP request headers
1375
1620
 
1376
- - **Content-Type**: application/json, multipart/form-data
1621
+ - **Content-Type**: application/x-www-form-urlencoded
1377
1622
  - **Accept**: application/json
1378
1623
 
1379
1624
 
@@ -1431,7 +1676,7 @@ Name | Type | Description | Notes
1431
1676
 
1432
1677
  ### HTTP request headers
1433
1678
 
1434
- - **Content-Type**: application/json, multipart/form-data
1679
+ - **Content-Type**: application/x-www-form-urlencoded
1435
1680
  - **Accept**: application/json
1436
1681
 
1437
1682
 
@@ -1489,7 +1734,7 @@ Name | Type | Description | Notes
1489
1734
 
1490
1735
  ### HTTP request headers
1491
1736
 
1492
- - **Content-Type**: application/json, multipart/form-data
1737
+ - **Content-Type**: application/x-www-form-urlencoded
1493
1738
  - **Accept**: application/json
1494
1739
 
1495
1740
 
@@ -1547,7 +1792,7 @@ Name | Type | Description | Notes
1547
1792
 
1548
1793
  ### HTTP request headers
1549
1794
 
1550
- - **Content-Type**: application/json, multipart/form-data
1795
+ - **Content-Type**: application/x-www-form-urlencoded
1551
1796
  - **Accept**: application/json
1552
1797
 
1553
1798
 
@@ -1605,7 +1850,7 @@ Name | Type | Description | Notes
1605
1850
 
1606
1851
  ### HTTP request headers
1607
1852
 
1608
- - **Content-Type**: application/json, multipart/form-data
1853
+ - **Content-Type**: application/x-www-form-urlencoded
1609
1854
  - **Accept**: application/json
1610
1855
 
1611
1856
 
@@ -1671,7 +1916,7 @@ Name | Type | Description | Notes
1671
1916
 
1672
1917
  ### HTTP request headers
1673
1918
 
1674
- - **Content-Type**: application/json, multipart/form-data
1919
+ - **Content-Type**: application/x-www-form-urlencoded
1675
1920
  - **Accept**: application/json
1676
1921
 
1677
1922
 
@@ -1729,7 +1974,7 @@ Name | Type | Description | Notes
1729
1974
 
1730
1975
  ### HTTP request headers
1731
1976
 
1732
- - **Content-Type**: application/json, multipart/form-data
1977
+ - **Content-Type**: application/x-www-form-urlencoded
1733
1978
  - **Accept**: application/json
1734
1979
 
1735
1980
 
@@ -1794,7 +2039,7 @@ Name | Type | Description | Notes
1794
2039
 
1795
2040
  ### HTTP request headers
1796
2041
 
1797
- - **Content-Type**: application/json, multipart/form-data
2042
+ - **Content-Type**: application/x-www-form-urlencoded
1798
2043
  - **Accept**: application/json
1799
2044
 
1800
2045
 
@@ -1925,7 +2170,7 @@ Name | Type | Description | Notes
1925
2170
 
1926
2171
  ### HTTP request headers
1927
2172
 
1928
- - **Content-Type**: application/json, multipart/form-data
2173
+ - **Content-Type**: application/x-www-form-urlencoded
1929
2174
  - **Accept**: application/json
1930
2175
 
1931
2176
 
@@ -2001,7 +2246,7 @@ nil (empty response body)
2001
2246
 
2002
2247
  ### HTTP request headers
2003
2248
 
2004
- - **Content-Type**: application/json, multipart/form-data
2249
+ - **Content-Type**: application/x-www-form-urlencoded
2005
2250
  - **Accept**: application/json
2006
2251
 
2007
2252
 
@@ -2078,13 +2323,13 @@ Name | Type | Description | Notes
2078
2323
 
2079
2324
  ### HTTP request headers
2080
2325
 
2081
- - **Content-Type**: application/json, multipart/form-data
2326
+ - **Content-Type**: application/x-www-form-urlencoded
2082
2327
  - **Accept**: application/json
2083
2328
 
2084
2329
 
2085
2330
 
2086
2331
  # **providers_get**
2087
- > InlineResponse20019 providers_get(opts)
2332
+ > InlineResponse20020 providers_get(opts)
2088
2333
 
2089
2334
  Get list of connectors
2090
2335
 
@@ -2125,7 +2370,7 @@ Name | Type | Description | Notes
2125
2370
 
2126
2371
  ### Return type
2127
2372
 
2128
- [**InlineResponse20019**](InlineResponse20019.md)
2373
+ [**InlineResponse20020**](InlineResponse20020.md)
2129
2374
 
2130
2375
  ### Authorization
2131
2376
 
@@ -2133,7 +2378,7 @@ Name | Type | Description | Notes
2133
2378
 
2134
2379
  ### HTTP request headers
2135
2380
 
2136
- - **Content-Type**: application/json, multipart/form-data
2381
+ - **Content-Type**: application/x-www-form-urlencoded
2137
2382
  - **Accept**: application/json
2138
2383
 
2139
2384
 
@@ -2193,7 +2438,7 @@ Name | Type | Description | Notes
2193
2438
 
2194
2439
  ### HTTP request headers
2195
2440
 
2196
- - **Content-Type**: application/json, multipart/form-data
2441
+ - **Content-Type**: application/x-www-form-urlencoded
2197
2442
  - **Accept**: application/json
2198
2443
 
2199
2444
 
@@ -2251,7 +2496,7 @@ Name | Type | Description | Notes
2251
2496
 
2252
2497
  ### HTTP request headers
2253
2498
 
2254
- - **Content-Type**: application/json, multipart/form-data
2499
+ - **Content-Type**: application/x-www-form-urlencoded
2255
2500
  - **Accept**: application/json
2256
2501
 
2257
2502
 
@@ -2309,7 +2554,7 @@ Name | Type | Description | Notes
2309
2554
 
2310
2555
  ### HTTP request headers
2311
2556
 
2312
- - **Content-Type**: application/json, multipart/form-data
2557
+ - **Content-Type**: application/x-www-form-urlencoded
2313
2558
  - **Accept**: application/json
2314
2559
 
2315
2560
 
@@ -2367,7 +2612,7 @@ Name | Type | Description | Notes
2367
2612
 
2368
2613
  ### HTTP request headers
2369
2614
 
2370
- - **Content-Type**: application/json, multipart/form-data
2615
+ - **Content-Type**: application/x-www-form-urlencoded
2371
2616
  - **Accept**: application/json
2372
2617
 
2373
2618
 
@@ -2425,7 +2670,7 @@ Name | Type | Description | Notes
2425
2670
 
2426
2671
  ### HTTP request headers
2427
2672
 
2428
- - **Content-Type**: application/json, multipart/form-data
2673
+ - **Content-Type**: application/x-www-form-urlencoded
2429
2674
  - **Accept**: application/json
2430
2675
 
2431
2676
 
@@ -2483,7 +2728,7 @@ Name | Type | Description | Notes
2483
2728
 
2484
2729
  ### HTTP request headers
2485
2730
 
2486
- - **Content-Type**: application/json, multipart/form-data
2731
+ - **Content-Type**: application/x-www-form-urlencoded
2487
2732
  - **Accept**: application/json
2488
2733
 
2489
2734
 
@@ -2544,7 +2789,7 @@ Name | Type | Description | Notes
2544
2789
 
2545
2790
  ### HTTP request headers
2546
2791
 
2547
- - **Content-Type**: application/json, multipart/form-data
2792
+ - **Content-Type**: application/x-www-form-urlencoded
2548
2793
  - **Accept**: application/json
2549
2794
 
2550
2795
 
@@ -2602,13 +2847,13 @@ Name | Type | Description | Notes
2602
2847
 
2603
2848
  ### HTTP request headers
2604
2849
 
2605
- - **Content-Type**: application/json, multipart/form-data
2850
+ - **Content-Type**: application/x-www-form-urlencoded
2606
2851
  - **Accept**: application/json
2607
2852
 
2608
2853
 
2609
2854
 
2610
2855
  # **users_id_user_accounts_get**
2611
- > InlineResponse20022 users_id_user_accounts_get(id_user, opts)
2856
+ > InlineResponse20023 users_id_user_accounts_get(id_user, opts)
2612
2857
 
2613
2858
  Get accounts list.
2614
2859
 
@@ -2652,7 +2897,7 @@ Name | Type | Description | Notes
2652
2897
 
2653
2898
  ### Return type
2654
2899
 
2655
- [**InlineResponse20022**](InlineResponse20022.md)
2900
+ [**InlineResponse20023**](InlineResponse20023.md)
2656
2901
 
2657
2902
  ### Authorization
2658
2903
 
@@ -2660,7 +2905,7 @@ Name | Type | Description | Notes
2660
2905
 
2661
2906
  ### HTTP request headers
2662
2907
 
2663
- - **Content-Type**: application/json, multipart/form-data
2908
+ - **Content-Type**: application/x-www-form-urlencoded
2664
2909
  - **Accept**: application/json
2665
2910
 
2666
2911
 
@@ -2716,7 +2961,7 @@ nil (empty response body)
2716
2961
 
2717
2962
  ### HTTP request headers
2718
2963
 
2719
- - **Content-Type**: application/json, multipart/form-data
2964
+ - **Content-Type**: application/x-www-form-urlencoded
2720
2965
  - **Accept**: application/json
2721
2966
 
2722
2967
 
@@ -2777,7 +3022,7 @@ Name | Type | Description | Notes
2777
3022
 
2778
3023
  ### HTTP request headers
2779
3024
 
2780
- - **Content-Type**: application/json, multipart/form-data
3025
+ - **Content-Type**: application/x-www-form-urlencoded
2781
3026
  - **Accept**: application/json
2782
3027
 
2783
3028
 
@@ -2841,13 +3086,13 @@ nil (empty response body)
2841
3086
 
2842
3087
  ### HTTP request headers
2843
3088
 
2844
- - **Content-Type**: application/json, multipart/form-data
3089
+ - **Content-Type**: application/x-www-form-urlencoded
2845
3090
  - **Accept**: application/json
2846
3091
 
2847
3092
 
2848
3093
 
2849
3094
  # **users_id_user_accounts_id_account_logs_get**
2850
- > InlineResponse20026 users_id_user_accounts_id_account_logs_get(id_user, id_account, opts)
3095
+ > InlineResponse20027 users_id_user_accounts_id_account_logs_get(id_user, id_account, opts)
2851
3096
 
2852
3097
  Get accounts logs.
2853
3098
 
@@ -2902,7 +3147,7 @@ Name | Type | Description | Notes
2902
3147
 
2903
3148
  ### Return type
2904
3149
 
2905
- [**InlineResponse20026**](InlineResponse20026.md)
3150
+ [**InlineResponse20027**](InlineResponse20027.md)
2906
3151
 
2907
3152
  ### Authorization
2908
3153
 
@@ -2910,7 +3155,7 @@ Name | Type | Description | Notes
2910
3155
 
2911
3156
  ### HTTP request headers
2912
3157
 
2913
- - **Content-Type**: application/json, multipart/form-data
3158
+ - **Content-Type**: application/x-www-form-urlencoded
2914
3159
  - **Accept**: application/json
2915
3160
 
2916
3161
 
@@ -2985,13 +3230,13 @@ Name | Type | Description | Notes
2985
3230
 
2986
3231
  ### HTTP request headers
2987
3232
 
2988
- - **Content-Type**: application/json, multipart/form-data
3233
+ - **Content-Type**: application/x-www-form-urlencoded
2989
3234
  - **Accept**: application/json
2990
3235
 
2991
3236
 
2992
3237
 
2993
3238
  # **users_id_user_accounts_id_account_sources_get**
2994
- > InlineResponse20030 users_id_user_accounts_id_account_sources_get(id_user, id_account, opts)
3239
+ > InlineResponse20016 users_id_user_accounts_id_account_sources_get(id_user, id_account, opts)
2995
3240
 
2996
3241
  Get account sources
2997
3242
 
@@ -3038,7 +3283,7 @@ Name | Type | Description | Notes
3038
3283
 
3039
3284
  ### Return type
3040
3285
 
3041
- [**InlineResponse20030**](InlineResponse20030.md)
3286
+ [**InlineResponse20016**](InlineResponse20016.md)
3042
3287
 
3043
3288
  ### Authorization
3044
3289
 
@@ -3046,7 +3291,7 @@ Name | Type | Description | Notes
3046
3291
 
3047
3292
  ### HTTP request headers
3048
3293
 
3049
- - **Content-Type**: application/json, multipart/form-data
3294
+ - **Content-Type**: application/x-www-form-urlencoded
3050
3295
  - **Accept**: application/json
3051
3296
 
3052
3297
 
@@ -3107,7 +3352,7 @@ Name | Type | Description | Notes
3107
3352
 
3108
3353
  ### HTTP request headers
3109
3354
 
3110
- - **Content-Type**: application/json, multipart/form-data
3355
+ - **Content-Type**: application/x-www-form-urlencoded
3111
3356
  - **Accept**: application/json
3112
3357
 
3113
3358
 
@@ -3194,7 +3439,7 @@ Name | Type | Description | Notes
3194
3439
 
3195
3440
  ### HTTP request headers
3196
3441
 
3197
- - **Content-Type**: application/json, multipart/form-data
3442
+ - **Content-Type**: application/x-www-form-urlencoded
3198
3443
  - **Accept**: application/json
3199
3444
 
3200
3445
 
@@ -3258,7 +3503,7 @@ Name | Type | Description | Notes
3258
3503
 
3259
3504
  ### HTTP request headers
3260
3505
 
3261
- - **Content-Type**: application/json, multipart/form-data
3506
+ - **Content-Type**: application/x-www-form-urlencoded
3262
3507
  - **Accept**: application/json
3263
3508
 
3264
3509
 
@@ -3322,7 +3567,7 @@ Name | Type | Description | Notes
3322
3567
 
3323
3568
  ### HTTP request headers
3324
3569
 
3325
- - **Content-Type**: application/json, multipart/form-data
3570
+ - **Content-Type**: application/x-www-form-urlencoded
3326
3571
  - **Accept**: application/json
3327
3572
 
3328
3573
 
@@ -3389,7 +3634,7 @@ Name | Type | Description | Notes
3389
3634
 
3390
3635
  ### HTTP request headers
3391
3636
 
3392
- - **Content-Type**: application/json, multipart/form-data
3637
+ - **Content-Type**: application/x-www-form-urlencoded
3393
3638
  - **Accept**: application/json
3394
3639
 
3395
3640
 
@@ -3456,7 +3701,7 @@ Name | Type | Description | Notes
3456
3701
 
3457
3702
  ### HTTP request headers
3458
3703
 
3459
- - **Content-Type**: application/json, multipart/form-data
3704
+ - **Content-Type**: application/x-www-form-urlencoded
3460
3705
  - **Accept**: application/json
3461
3706
 
3462
3707
 
@@ -3520,7 +3765,7 @@ Name | Type | Description | Notes
3520
3765
 
3521
3766
  ### HTTP request headers
3522
3767
 
3523
- - **Content-Type**: application/json, multipart/form-data
3768
+ - **Content-Type**: application/x-www-form-urlencoded
3524
3769
  - **Accept**: application/json
3525
3770
 
3526
3771
 
@@ -3594,7 +3839,7 @@ Name | Type | Description | Notes
3594
3839
 
3595
3840
  ### HTTP request headers
3596
3841
 
3597
- - **Content-Type**: application/json, multipart/form-data
3842
+ - **Content-Type**: application/x-www-form-urlencoded
3598
3843
  - **Accept**: application/json
3599
3844
 
3600
3845
 
@@ -3678,7 +3923,7 @@ Name | Type | Description | Notes
3678
3923
 
3679
3924
  ### HTTP request headers
3680
3925
 
3681
- - **Content-Type**: application/json, multipart/form-data
3926
+ - **Content-Type**: application/x-www-form-urlencoded
3682
3927
  - **Accept**: application/json
3683
3928
 
3684
3929
 
@@ -3739,7 +3984,7 @@ Name | Type | Description | Notes
3739
3984
 
3740
3985
  ### HTTP request headers
3741
3986
 
3742
- - **Content-Type**: application/json, multipart/form-data
3987
+ - **Content-Type**: application/x-www-form-urlencoded
3743
3988
  - **Accept**: application/json
3744
3989
 
3745
3990
 
@@ -3803,7 +4048,7 @@ Name | Type | Description | Notes
3803
4048
 
3804
4049
  ### HTTP request headers
3805
4050
 
3806
- - **Content-Type**: application/json, multipart/form-data
4051
+ - **Content-Type**: application/x-www-form-urlencoded
3807
4052
  - **Accept**: application/json
3808
4053
 
3809
4054
 
@@ -3867,7 +4112,7 @@ Name | Type | Description | Notes
3867
4112
 
3868
4113
  ### HTTP request headers
3869
4114
 
3870
- - **Content-Type**: application/json, multipart/form-data
4115
+ - **Content-Type**: application/x-www-form-urlencoded
3871
4116
  - **Accept**: application/json
3872
4117
 
3873
4118
 
@@ -3928,7 +4173,7 @@ Name | Type | Description | Notes
3928
4173
 
3929
4174
  ### HTTP request headers
3930
4175
 
3931
- - **Content-Type**: application/json, multipart/form-data
4176
+ - **Content-Type**: application/x-www-form-urlencoded
3932
4177
  - **Accept**: application/json
3933
4178
 
3934
4179
 
@@ -3999,7 +4244,7 @@ Name | Type | Description | Notes
3999
4244
 
4000
4245
  ### HTTP request headers
4001
4246
 
4002
- - **Content-Type**: application/json, multipart/form-data
4247
+ - **Content-Type**: application/x-www-form-urlencoded
4003
4248
  - **Accept**: application/json
4004
4249
 
4005
4250
 
@@ -4057,7 +4302,7 @@ Name | Type | Description | Notes
4057
4302
 
4058
4303
  ### HTTP request headers
4059
4304
 
4060
- - **Content-Type**: application/json, multipart/form-data
4305
+ - **Content-Type**: application/x-www-form-urlencoded
4061
4306
  - **Accept**: application/json
4062
4307
 
4063
4308
 
@@ -4115,7 +4360,7 @@ Name | Type | Description | Notes
4115
4360
 
4116
4361
  ### HTTP request headers
4117
4362
 
4118
- - **Content-Type**: application/json, multipart/form-data
4363
+ - **Content-Type**: application/x-www-form-urlencoded
4119
4364
  - **Accept**: application/json
4120
4365
 
4121
4366
 
@@ -4173,7 +4418,7 @@ Name | Type | Description | Notes
4173
4418
 
4174
4419
  ### HTTP request headers
4175
4420
 
4176
- - **Content-Type**: application/json, multipart/form-data
4421
+ - **Content-Type**: application/x-www-form-urlencoded
4177
4422
  - **Accept**: application/json
4178
4423
 
4179
4424
 
@@ -4234,7 +4479,7 @@ Name | Type | Description | Notes
4234
4479
 
4235
4480
  ### HTTP request headers
4236
4481
 
4237
- - **Content-Type**: application/json, multipart/form-data
4482
+ - **Content-Type**: application/x-www-form-urlencoded
4238
4483
  - **Accept**: application/json
4239
4484
 
4240
4485
 
@@ -4299,7 +4544,7 @@ Name | Type | Description | Notes
4299
4544
 
4300
4545
  ### HTTP request headers
4301
4546
 
4302
- - **Content-Type**: application/json, multipart/form-data
4547
+ - **Content-Type**: application/x-www-form-urlencoded
4303
4548
  - **Accept**: application/json
4304
4549
 
4305
4550
 
@@ -4371,7 +4616,7 @@ Name | Type | Description | Notes
4371
4616
 
4372
4617
  ### HTTP request headers
4373
4618
 
4374
- - **Content-Type**: application/json, multipart/form-data
4619
+ - **Content-Type**: application/x-www-form-urlencoded
4375
4620
  - **Accept**: application/json
4376
4621
 
4377
4622
 
@@ -4424,7 +4669,7 @@ nil (empty response body)
4424
4669
 
4425
4670
  ### HTTP request headers
4426
4671
 
4427
- - **Content-Type**: application/json, multipart/form-data
4672
+ - **Content-Type**: application/x-www-form-urlencoded
4428
4673
  - **Accept**: application/json
4429
4674
 
4430
4675
 
@@ -4482,7 +4727,7 @@ Name | Type | Description | Notes
4482
4727
 
4483
4728
  ### HTTP request headers
4484
4729
 
4485
- - **Content-Type**: application/json, multipart/form-data
4730
+ - **Content-Type**: application/x-www-form-urlencoded
4486
4731
  - **Accept**: application/json
4487
4732
 
4488
4733
 
@@ -4540,7 +4785,7 @@ Name | Type | Description | Notes
4540
4785
 
4541
4786
  ### HTTP request headers
4542
4787
 
4543
- - **Content-Type**: application/json, multipart/form-data
4788
+ - **Content-Type**: application/x-www-form-urlencoded
4544
4789
  - **Accept**: application/json
4545
4790
 
4546
4791
 
@@ -4601,13 +4846,13 @@ Name | Type | Description | Notes
4601
4846
 
4602
4847
  ### HTTP request headers
4603
4848
 
4604
- - **Content-Type**: application/json, multipart/form-data
4849
+ - **Content-Type**: application/x-www-form-urlencoded
4605
4850
  - **Accept**: application/json
4606
4851
 
4607
4852
 
4608
4853
 
4609
4854
  # **users_id_user_connections_id_connection_accounts_get**
4610
- > InlineResponse20022 users_id_user_connections_id_connection_accounts_get(id_user, id_connection, opts)
4855
+ > InlineResponse20023 users_id_user_connections_id_connection_accounts_get(id_user, id_connection, opts)
4611
4856
 
4612
4857
  Get accounts list.
4613
4858
 
@@ -4654,7 +4899,7 @@ Name | Type | Description | Notes
4654
4899
 
4655
4900
  ### Return type
4656
4901
 
4657
- [**InlineResponse20022**](InlineResponse20022.md)
4902
+ [**InlineResponse20023**](InlineResponse20023.md)
4658
4903
 
4659
4904
  ### Authorization
4660
4905
 
@@ -4662,7 +4907,7 @@ Name | Type | Description | Notes
4662
4907
 
4663
4908
  ### HTTP request headers
4664
4909
 
4665
- - **Content-Type**: application/json, multipart/form-data
4910
+ - **Content-Type**: application/x-www-form-urlencoded
4666
4911
  - **Accept**: application/json
4667
4912
 
4668
4913
 
@@ -4721,7 +4966,7 @@ nil (empty response body)
4721
4966
 
4722
4967
  ### HTTP request headers
4723
4968
 
4724
- - **Content-Type**: application/json, multipart/form-data
4969
+ - **Content-Type**: application/x-www-form-urlencoded
4725
4970
  - **Accept**: application/json
4726
4971
 
4727
4972
 
@@ -4785,7 +5030,7 @@ Name | Type | Description | Notes
4785
5030
 
4786
5031
  ### HTTP request headers
4787
5032
 
4788
- - **Content-Type**: application/json, multipart/form-data
5033
+ - **Content-Type**: application/x-www-form-urlencoded
4789
5034
  - **Accept**: application/json
4790
5035
 
4791
5036
 
@@ -4852,13 +5097,13 @@ nil (empty response body)
4852
5097
 
4853
5098
  ### HTTP request headers
4854
5099
 
4855
- - **Content-Type**: application/json, multipart/form-data
5100
+ - **Content-Type**: application/x-www-form-urlencoded
4856
5101
  - **Accept**: application/json
4857
5102
 
4858
5103
 
4859
5104
 
4860
5105
  # **users_id_user_connections_id_connection_accounts_id_account_logs_get**
4861
- > InlineResponse20026 users_id_user_connections_id_connection_accounts_id_account_logs_get(id_user, id_connection, id_account, opts)
5106
+ > InlineResponse20027 users_id_user_connections_id_connection_accounts_id_account_logs_get(id_user, id_connection, id_account, opts)
4862
5107
 
4863
5108
  Get accounts logs.
4864
5109
 
@@ -4916,7 +5161,7 @@ Name | Type | Description | Notes
4916
5161
 
4917
5162
  ### Return type
4918
5163
 
4919
- [**InlineResponse20026**](InlineResponse20026.md)
5164
+ [**InlineResponse20027**](InlineResponse20027.md)
4920
5165
 
4921
5166
  ### Authorization
4922
5167
 
@@ -4924,7 +5169,7 @@ Name | Type | Description | Notes
4924
5169
 
4925
5170
  ### HTTP request headers
4926
5171
 
4927
- - **Content-Type**: application/json, multipart/form-data
5172
+ - **Content-Type**: application/x-www-form-urlencoded
4928
5173
  - **Accept**: application/json
4929
5174
 
4930
5175
 
@@ -5002,13 +5247,13 @@ Name | Type | Description | Notes
5002
5247
 
5003
5248
  ### HTTP request headers
5004
5249
 
5005
- - **Content-Type**: application/json, multipart/form-data
5250
+ - **Content-Type**: application/x-www-form-urlencoded
5006
5251
  - **Accept**: application/json
5007
5252
 
5008
5253
 
5009
5254
 
5010
5255
  # **users_id_user_connections_id_connection_accounts_id_account_sources_get**
5011
- > InlineResponse20030 users_id_user_connections_id_connection_accounts_id_account_sources_get(id_user, id_connection, id_account, opts)
5256
+ > InlineResponse20016 users_id_user_connections_id_connection_accounts_id_account_sources_get(id_user, id_connection, id_account, opts)
5012
5257
 
5013
5258
  Get account sources
5014
5259
 
@@ -5058,7 +5303,7 @@ Name | Type | Description | Notes
5058
5303
 
5059
5304
  ### Return type
5060
5305
 
5061
- [**InlineResponse20030**](InlineResponse20030.md)
5306
+ [**InlineResponse20016**](InlineResponse20016.md)
5062
5307
 
5063
5308
  ### Authorization
5064
5309
 
@@ -5066,7 +5311,7 @@ Name | Type | Description | Notes
5066
5311
 
5067
5312
  ### HTTP request headers
5068
5313
 
5069
- - **Content-Type**: application/json, multipart/form-data
5314
+ - **Content-Type**: application/x-www-form-urlencoded
5070
5315
  - **Accept**: application/json
5071
5316
 
5072
5317
 
@@ -5130,7 +5375,7 @@ Name | Type | Description | Notes
5130
5375
 
5131
5376
  ### HTTP request headers
5132
5377
 
5133
- - **Content-Type**: application/json, multipart/form-data
5378
+ - **Content-Type**: application/x-www-form-urlencoded
5134
5379
  - **Accept**: application/json
5135
5380
 
5136
5381
 
@@ -5220,7 +5465,7 @@ Name | Type | Description | Notes
5220
5465
 
5221
5466
  ### HTTP request headers
5222
5467
 
5223
- - **Content-Type**: application/json, multipart/form-data
5468
+ - **Content-Type**: application/x-www-form-urlencoded
5224
5469
  - **Accept**: application/json
5225
5470
 
5226
5471
 
@@ -5287,7 +5532,7 @@ Name | Type | Description | Notes
5287
5532
 
5288
5533
  ### HTTP request headers
5289
5534
 
5290
- - **Content-Type**: application/json, multipart/form-data
5535
+ - **Content-Type**: application/x-www-form-urlencoded
5291
5536
  - **Accept**: application/json
5292
5537
 
5293
5538
 
@@ -5354,7 +5599,7 @@ Name | Type | Description | Notes
5354
5599
 
5355
5600
  ### HTTP request headers
5356
5601
 
5357
- - **Content-Type**: application/json, multipart/form-data
5602
+ - **Content-Type**: application/x-www-form-urlencoded
5358
5603
  - **Accept**: application/json
5359
5604
 
5360
5605
 
@@ -5424,7 +5669,7 @@ Name | Type | Description | Notes
5424
5669
 
5425
5670
  ### HTTP request headers
5426
5671
 
5427
- - **Content-Type**: application/json, multipart/form-data
5672
+ - **Content-Type**: application/x-www-form-urlencoded
5428
5673
  - **Accept**: application/json
5429
5674
 
5430
5675
 
@@ -5494,7 +5739,7 @@ Name | Type | Description | Notes
5494
5739
 
5495
5740
  ### HTTP request headers
5496
5741
 
5497
- - **Content-Type**: application/json, multipart/form-data
5742
+ - **Content-Type**: application/x-www-form-urlencoded
5498
5743
  - **Accept**: application/json
5499
5744
 
5500
5745
 
@@ -5561,7 +5806,7 @@ Name | Type | Description | Notes
5561
5806
 
5562
5807
  ### HTTP request headers
5563
5808
 
5564
- - **Content-Type**: application/json, multipart/form-data
5809
+ - **Content-Type**: application/x-www-form-urlencoded
5565
5810
  - **Accept**: application/json
5566
5811
 
5567
5812
 
@@ -5638,7 +5883,7 @@ Name | Type | Description | Notes
5638
5883
 
5639
5884
  ### HTTP request headers
5640
5885
 
5641
- - **Content-Type**: application/json, multipart/form-data
5886
+ - **Content-Type**: application/x-www-form-urlencoded
5642
5887
  - **Accept**: application/json
5643
5888
 
5644
5889
 
@@ -5725,7 +5970,7 @@ Name | Type | Description | Notes
5725
5970
 
5726
5971
  ### HTTP request headers
5727
5972
 
5728
- - **Content-Type**: application/json, multipart/form-data
5973
+ - **Content-Type**: application/x-www-form-urlencoded
5729
5974
  - **Accept**: application/json
5730
5975
 
5731
5976
 
@@ -5789,7 +6034,7 @@ Name | Type | Description | Notes
5789
6034
 
5790
6035
  ### HTTP request headers
5791
6036
 
5792
- - **Content-Type**: application/json, multipart/form-data
6037
+ - **Content-Type**: application/x-www-form-urlencoded
5793
6038
  - **Accept**: application/json
5794
6039
 
5795
6040
 
@@ -5856,7 +6101,7 @@ Name | Type | Description | Notes
5856
6101
 
5857
6102
  ### HTTP request headers
5858
6103
 
5859
- - **Content-Type**: application/json, multipart/form-data
6104
+ - **Content-Type**: application/x-www-form-urlencoded
5860
6105
  - **Accept**: application/json
5861
6106
 
5862
6107
 
@@ -5923,7 +6168,7 @@ Name | Type | Description | Notes
5923
6168
 
5924
6169
  ### HTTP request headers
5925
6170
 
5926
- - **Content-Type**: application/json, multipart/form-data
6171
+ - **Content-Type**: application/x-www-form-urlencoded
5927
6172
  - **Accept**: application/json
5928
6173
 
5929
6174
 
@@ -5987,7 +6232,7 @@ Name | Type | Description | Notes
5987
6232
 
5988
6233
  ### HTTP request headers
5989
6234
 
5990
- - **Content-Type**: application/json, multipart/form-data
6235
+ - **Content-Type**: application/x-www-form-urlencoded
5991
6236
  - **Accept**: application/json
5992
6237
 
5993
6238
 
@@ -6122,7 +6367,7 @@ Name | Type | Description | Notes
6122
6367
 
6123
6368
  ### HTTP request headers
6124
6369
 
6125
- - **Content-Type**: application/json, multipart/form-data
6370
+ - **Content-Type**: application/x-www-form-urlencoded
6126
6371
  - **Accept**: application/json
6127
6372
 
6128
6373
 
@@ -6183,7 +6428,7 @@ Name | Type | Description | Notes
6183
6428
 
6184
6429
  ### HTTP request headers
6185
6430
 
6186
- - **Content-Type**: application/json, multipart/form-data
6431
+ - **Content-Type**: application/x-www-form-urlencoded
6187
6432
  - **Accept**: application/json
6188
6433
 
6189
6434
 
@@ -6244,7 +6489,7 @@ Name | Type | Description | Notes
6244
6489
 
6245
6490
  ### HTTP request headers
6246
6491
 
6247
- - **Content-Type**: application/json, multipart/form-data
6492
+ - **Content-Type**: application/x-www-form-urlencoded
6248
6493
  - **Accept**: application/json
6249
6494
 
6250
6495
 
@@ -6305,7 +6550,7 @@ Name | Type | Description | Notes
6305
6550
 
6306
6551
  ### HTTP request headers
6307
6552
 
6308
- - **Content-Type**: application/json, multipart/form-data
6553
+ - **Content-Type**: application/x-www-form-urlencoded
6309
6554
  - **Accept**: application/json
6310
6555
 
6311
6556
 
@@ -6388,7 +6633,7 @@ Name | Type | Description | Notes
6388
6633
 
6389
6634
  ### HTTP request headers
6390
6635
 
6391
- - **Content-Type**: application/json, multipart/form-data
6636
+ - **Content-Type**: application/x-www-form-urlencoded
6392
6637
  - **Accept**: application/json
6393
6638
 
6394
6639
 
@@ -6520,13 +6765,13 @@ Name | Type | Description | Notes
6520
6765
 
6521
6766
  ### HTTP request headers
6522
6767
 
6523
- - **Content-Type**: application/json, multipart/form-data
6768
+ - **Content-Type**: application/x-www-form-urlencoded
6524
6769
  - **Accept**: application/json
6525
6770
 
6526
6771
 
6527
6772
 
6528
6773
  # **users_id_user_connections_id_connection_sources_get**
6529
- > InlineResponse20030 users_id_user_connections_id_connection_sources_get(id_user, id_connection, opts)
6774
+ > InlineResponse20016 users_id_user_connections_id_connection_sources_get(id_user, id_connection, opts)
6530
6775
 
6531
6776
  Get connection sources
6532
6777
 
@@ -6573,7 +6818,7 @@ Name | Type | Description | Notes
6573
6818
 
6574
6819
  ### Return type
6575
6820
 
6576
- [**InlineResponse20030**](InlineResponse20030.md)
6821
+ [**InlineResponse20016**](InlineResponse20016.md)
6577
6822
 
6578
6823
  ### Authorization
6579
6824
 
@@ -6581,7 +6826,7 @@ Name | Type | Description | Notes
6581
6826
 
6582
6827
  ### HTTP request headers
6583
6828
 
6584
- - **Content-Type**: application/json, multipart/form-data
6829
+ - **Content-Type**: application/x-www-form-urlencoded
6585
6830
  - **Accept**: application/json
6586
6831
 
6587
6832
 
@@ -6645,7 +6890,7 @@ Name | Type | Description | Notes
6645
6890
 
6646
6891
  ### HTTP request headers
6647
6892
 
6648
- - **Content-Type**: application/json, multipart/form-data
6893
+ - **Content-Type**: application/x-www-form-urlencoded
6649
6894
  - **Accept**: application/json
6650
6895
 
6651
6896
 
@@ -6709,7 +6954,7 @@ Name | Type | Description | Notes
6709
6954
 
6710
6955
  ### HTTP request headers
6711
6956
 
6712
- - **Content-Type**: application/json, multipart/form-data
6957
+ - **Content-Type**: application/x-www-form-urlencoded
6713
6958
  - **Accept**: application/json
6714
6959
 
6715
6960
 
@@ -6773,7 +7018,7 @@ Name | Type | Description | Notes
6773
7018
 
6774
7019
  ### HTTP request headers
6775
7020
 
6776
- - **Content-Type**: application/json, multipart/form-data
7021
+ - **Content-Type**: application/x-www-form-urlencoded
6777
7022
  - **Accept**: application/json
6778
7023
 
6779
7024
 
@@ -6834,7 +7079,7 @@ Name | Type | Description | Notes
6834
7079
 
6835
7080
  ### HTTP request headers
6836
7081
 
6837
- - **Content-Type**: application/json, multipart/form-data
7082
+ - **Content-Type**: application/x-www-form-urlencoded
6838
7083
  - **Accept**: application/json
6839
7084
 
6840
7085
 
@@ -6921,7 +7166,7 @@ Name | Type | Description | Notes
6921
7166
 
6922
7167
  ### HTTP request headers
6923
7168
 
6924
- - **Content-Type**: application/json, multipart/form-data
7169
+ - **Content-Type**: application/x-www-form-urlencoded
6925
7170
  - **Accept**: application/json
6926
7171
 
6927
7172
 
@@ -6985,7 +7230,7 @@ Name | Type | Description | Notes
6985
7230
 
6986
7231
  ### HTTP request headers
6987
7232
 
6988
- - **Content-Type**: application/json, multipart/form-data
7233
+ - **Content-Type**: application/x-www-form-urlencoded
6989
7234
  - **Accept**: application/json
6990
7235
 
6991
7236
 
@@ -7049,7 +7294,7 @@ Name | Type | Description | Notes
7049
7294
 
7050
7295
  ### HTTP request headers
7051
7296
 
7052
- - **Content-Type**: application/json, multipart/form-data
7297
+ - **Content-Type**: application/x-www-form-urlencoded
7053
7298
  - **Accept**: application/json
7054
7299
 
7055
7300
 
@@ -7116,7 +7361,7 @@ Name | Type | Description | Notes
7116
7361
 
7117
7362
  ### HTTP request headers
7118
7363
 
7119
- - **Content-Type**: application/json, multipart/form-data
7364
+ - **Content-Type**: application/x-www-form-urlencoded
7120
7365
  - **Accept**: application/json
7121
7366
 
7122
7367
 
@@ -7183,7 +7428,7 @@ Name | Type | Description | Notes
7183
7428
 
7184
7429
  ### HTTP request headers
7185
7430
 
7186
- - **Content-Type**: application/json, multipart/form-data
7431
+ - **Content-Type**: application/x-www-form-urlencoded
7187
7432
  - **Accept**: application/json
7188
7433
 
7189
7434
 
@@ -7247,7 +7492,7 @@ Name | Type | Description | Notes
7247
7492
 
7248
7493
  ### HTTP request headers
7249
7494
 
7250
- - **Content-Type**: application/json, multipart/form-data
7495
+ - **Content-Type**: application/x-www-form-urlencoded
7251
7496
  - **Accept**: application/json
7252
7497
 
7253
7498
 
@@ -7321,7 +7566,7 @@ Name | Type | Description | Notes
7321
7566
 
7322
7567
  ### HTTP request headers
7323
7568
 
7324
- - **Content-Type**: application/json, multipart/form-data
7569
+ - **Content-Type**: application/x-www-form-urlencoded
7325
7570
  - **Accept**: application/json
7326
7571
 
7327
7572
 
@@ -7405,7 +7650,7 @@ Name | Type | Description | Notes
7405
7650
 
7406
7651
  ### HTTP request headers
7407
7652
 
7408
- - **Content-Type**: application/json, multipart/form-data
7653
+ - **Content-Type**: application/x-www-form-urlencoded
7409
7654
  - **Accept**: application/json
7410
7655
 
7411
7656
 
@@ -7466,7 +7711,7 @@ Name | Type | Description | Notes
7466
7711
 
7467
7712
  ### HTTP request headers
7468
7713
 
7469
- - **Content-Type**: application/json, multipart/form-data
7714
+ - **Content-Type**: application/x-www-form-urlencoded
7470
7715
  - **Accept**: application/json
7471
7716
 
7472
7717
 
@@ -7530,7 +7775,7 @@ Name | Type | Description | Notes
7530
7775
 
7531
7776
  ### HTTP request headers
7532
7777
 
7533
- - **Content-Type**: application/json, multipart/form-data
7778
+ - **Content-Type**: application/x-www-form-urlencoded
7534
7779
  - **Accept**: application/json
7535
7780
 
7536
7781
 
@@ -7594,7 +7839,7 @@ Name | Type | Description | Notes
7594
7839
 
7595
7840
  ### HTTP request headers
7596
7841
 
7597
- - **Content-Type**: application/json, multipart/form-data
7842
+ - **Content-Type**: application/x-www-form-urlencoded
7598
7843
  - **Accept**: application/json
7599
7844
 
7600
7845
 
@@ -7655,7 +7900,7 @@ Name | Type | Description | Notes
7655
7900
 
7656
7901
  ### HTTP request headers
7657
7902
 
7658
- - **Content-Type**: application/json, multipart/form-data
7903
+ - **Content-Type**: application/x-www-form-urlencoded
7659
7904
  - **Accept**: application/json
7660
7905
 
7661
7906
 
@@ -7701,6 +7946,7 @@ opts = {
7701
7946
  website2: 'website_example', # String | bank additional login parameter
7702
7947
  login: 'login_example', # String | bank additional login parameter
7703
7948
  id_provider: 56, # Integer | ID of the provider
7949
+ resume: true, # BOOLEAN | Resume a decoupled connection creation
7704
7950
  expand: 'expand_example' # String |
7705
7951
  }
7706
7952
 
@@ -7735,6 +7981,7 @@ Name | Type | Description | Notes
7735
7981
  **website2** | **String**| bank additional login parameter | [optional]
7736
7982
  **login** | **String**| bank additional login parameter | [optional]
7737
7983
  **id_provider** | **Integer**| ID of the provider | [optional]
7984
+ **resume** | **BOOLEAN**| Resume a decoupled connection creation | [optional]
7738
7985
  **expand** | **String**| | [optional]
7739
7986
 
7740
7987
  ### Return type
@@ -7800,7 +8047,7 @@ nil (empty response body)
7800
8047
 
7801
8048
  ### HTTP request headers
7802
8049
 
7803
- - **Content-Type**: application/json, multipart/form-data
8050
+ - **Content-Type**: application/x-www-form-urlencoded
7804
8051
  - **Accept**: application/json
7805
8052
 
7806
8053
 
@@ -7880,7 +8127,7 @@ Name | Type | Description | Notes
7880
8127
 
7881
8128
  ### HTTP request headers
7882
8129
 
7883
- - **Content-Type**: application/json, multipart/form-data
8130
+ - **Content-Type**: application/x-www-form-urlencoded
7884
8131
  - **Accept**: application/json
7885
8132
 
7886
8133
 
@@ -7938,7 +8185,7 @@ Name | Type | Description | Notes
7938
8185
 
7939
8186
  ### HTTP request headers
7940
8187
 
7941
- - **Content-Type**: application/json, multipart/form-data
8188
+ - **Content-Type**: application/x-www-form-urlencoded
7942
8189
  - **Accept**: application/json
7943
8190
 
7944
8191
 
@@ -8022,7 +8269,7 @@ Name | Type | Description | Notes
8022
8269
 
8023
8270
  ### HTTP request headers
8024
8271
 
8025
- - **Content-Type**: application/json, multipart/form-data
8272
+ - **Content-Type**: application/x-www-form-urlencoded
8026
8273
  - **Accept**: application/json
8027
8274
 
8028
8275
 
@@ -8083,7 +8330,7 @@ Name | Type | Description | Notes
8083
8330
 
8084
8331
  ### HTTP request headers
8085
8332
 
8086
- - **Content-Type**: application/json, multipart/form-data
8333
+ - **Content-Type**: application/x-www-form-urlencoded
8087
8334
  - **Accept**: application/json
8088
8335
 
8089
8336
 
@@ -8144,7 +8391,7 @@ Name | Type | Description | Notes
8144
8391
 
8145
8392
  ### HTTP request headers
8146
8393
 
8147
- - **Content-Type**: application/json, multipart/form-data
8394
+ - **Content-Type**: application/x-www-form-urlencoded
8148
8395
  - **Accept**: application/json
8149
8396
 
8150
8397
 
@@ -8208,7 +8455,7 @@ Name | Type | Description | Notes
8208
8455
 
8209
8456
  ### HTTP request headers
8210
8457
 
8211
- - **Content-Type**: application/json, multipart/form-data
8458
+ - **Content-Type**: application/x-www-form-urlencoded
8212
8459
  - **Accept**: application/json
8213
8460
 
8214
8461
 
@@ -8272,7 +8519,7 @@ Name | Type | Description | Notes
8272
8519
 
8273
8520
  ### HTTP request headers
8274
8521
 
8275
- - **Content-Type**: application/json, multipart/form-data
8522
+ - **Content-Type**: application/x-www-form-urlencoded
8276
8523
  - **Accept**: application/json
8277
8524
 
8278
8525
 
@@ -8333,7 +8580,7 @@ Name | Type | Description | Notes
8333
8580
 
8334
8581
  ### HTTP request headers
8335
8582
 
8336
- - **Content-Type**: application/json, multipart/form-data
8583
+ - **Content-Type**: application/x-www-form-urlencoded
8337
8584
  - **Accept**: application/json
8338
8585
 
8339
8586
 
@@ -8543,7 +8790,7 @@ Name | Type | Description | Notes
8543
8790
 
8544
8791
  ### HTTP request headers
8545
8792
 
8546
- - **Content-Type**: application/json, multipart/form-data
8793
+ - **Content-Type**: application/x-www-form-urlencoded
8547
8794
  - **Accept**: application/json
8548
8795
 
8549
8796
 
@@ -8604,7 +8851,7 @@ Name | Type | Description | Notes
8604
8851
 
8605
8852
  ### HTTP request headers
8606
8853
 
8607
- - **Content-Type**: application/json, multipart/form-data
8854
+ - **Content-Type**: application/x-www-form-urlencoded
8608
8855
  - **Accept**: application/json
8609
8856
 
8610
8857
 
@@ -8665,7 +8912,7 @@ Name | Type | Description | Notes
8665
8912
 
8666
8913
  ### HTTP request headers
8667
8914
 
8668
- - **Content-Type**: application/json, multipart/form-data
8915
+ - **Content-Type**: application/x-www-form-urlencoded
8669
8916
  - **Accept**: application/json
8670
8917
 
8671
8918
 
@@ -8723,7 +8970,7 @@ Name | Type | Description | Notes
8723
8970
 
8724
8971
  ### HTTP request headers
8725
8972
 
8726
- - **Content-Type**: application/json, multipart/form-data
8973
+ - **Content-Type**: application/x-www-form-urlencoded
8727
8974
  - **Accept**: application/json
8728
8975
 
8729
8976