budgea_client 2.0.2 → 3.0.0

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.
data/docs/WealthApi.md CHANGED
@@ -70,7 +70,7 @@ Name | Type | Description | Notes
70
70
 
71
71
  ### HTTP request headers
72
72
 
73
- - **Content-Type**: application/json, multipart/form-data
73
+ - **Content-Type**: application/x-www-form-urlencoded
74
74
  - **Accept**: application/json
75
75
 
76
76
 
@@ -135,7 +135,7 @@ nil (empty response body)
135
135
 
136
136
  ### HTTP request headers
137
137
 
138
- - **Content-Type**: application/json, multipart/form-data
138
+ - **Content-Type**: application/x-www-form-urlencoded
139
139
  - **Accept**: application/json
140
140
 
141
141
 
@@ -196,7 +196,7 @@ Name | Type | Description | Notes
196
196
 
197
197
  ### HTTP request headers
198
198
 
199
- - **Content-Type**: application/json, multipart/form-data
199
+ - **Content-Type**: application/x-www-form-urlencoded
200
200
  - **Accept**: application/json
201
201
 
202
202
 
@@ -260,7 +260,7 @@ Name | Type | Description | Notes
260
260
 
261
261
  ### HTTP request headers
262
262
 
263
- - **Content-Type**: application/json, multipart/form-data
263
+ - **Content-Type**: application/x-www-form-urlencoded
264
264
  - **Accept**: application/json
265
265
 
266
266
 
@@ -331,7 +331,7 @@ nil (empty response body)
331
331
 
332
332
  ### HTTP request headers
333
333
 
334
- - **Content-Type**: application/json, multipart/form-data
334
+ - **Content-Type**: application/x-www-form-urlencoded
335
335
  - **Accept**: application/json
336
336
 
337
337
 
@@ -395,7 +395,7 @@ Name | Type | Description | Notes
395
395
 
396
396
  ### HTTP request headers
397
397
 
398
- - **Content-Type**: application/json, multipart/form-data
398
+ - **Content-Type**: application/x-www-form-urlencoded
399
399
  - **Accept**: application/json
400
400
 
401
401
 
@@ -462,7 +462,7 @@ Name | Type | Description | Notes
462
462
 
463
463
  ### HTTP request headers
464
464
 
465
- - **Content-Type**: application/json, multipart/form-data
465
+ - **Content-Type**: application/x-www-form-urlencoded
466
466
  - **Accept**: application/json
467
467
 
468
468
 
@@ -536,7 +536,7 @@ nil (empty response body)
536
536
 
537
537
  ### HTTP request headers
538
538
 
539
- - **Content-Type**: application/json, multipart/form-data
539
+ - **Content-Type**: application/x-www-form-urlencoded
540
540
  - **Accept**: application/json
541
541
 
542
542
 
@@ -597,7 +597,7 @@ Name | Type | Description | Notes
597
597
 
598
598
  ### HTTP request headers
599
599
 
600
- - **Content-Type**: application/json, multipart/form-data
600
+ - **Content-Type**: application/x-www-form-urlencoded
601
601
  - **Accept**: application/json
602
602
 
603
603
 
@@ -661,7 +661,7 @@ Name | Type | Description | Notes
661
661
 
662
662
  ### HTTP request headers
663
663
 
664
- - **Content-Type**: application/json, multipart/form-data
664
+ - **Content-Type**: application/x-www-form-urlencoded
665
665
  - **Accept**: application/json
666
666
 
667
667
 
@@ -732,7 +732,7 @@ nil (empty response body)
732
732
 
733
733
  ### HTTP request headers
734
734
 
735
- - **Content-Type**: application/json, multipart/form-data
735
+ - **Content-Type**: application/x-www-form-urlencoded
736
736
  - **Accept**: application/json
737
737
 
738
738
 
@@ -790,7 +790,7 @@ Name | Type | Description | Notes
790
790
 
791
791
  ### HTTP request headers
792
792
 
793
- - **Content-Type**: application/json, multipart/form-data
793
+ - **Content-Type**: application/x-www-form-urlencoded
794
794
  - **Accept**: application/json
795
795
 
796
796
 
@@ -851,7 +851,7 @@ Name | Type | Description | Notes
851
851
 
852
852
  ### HTTP request headers
853
853
 
854
- - **Content-Type**: application/json, multipart/form-data
854
+ - **Content-Type**: application/x-www-form-urlencoded
855
855
  - **Accept**: application/json
856
856
 
857
857
 
@@ -919,7 +919,7 @@ nil (empty response body)
919
919
 
920
920
  ### HTTP request headers
921
921
 
922
- - **Content-Type**: application/json, multipart/form-data
922
+ - **Content-Type**: application/x-www-form-urlencoded
923
923
  - **Accept**: application/json
924
924
 
925
925
 
@@ -50,7 +50,7 @@ module BudgeaClient
50
50
  # HTTP header 'Accept' (if needed)
51
51
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
52
52
  # HTTP header 'Content-Type'
53
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
53
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
54
54
 
55
55
  # form parameters
56
56
  form_params = {}
@@ -107,7 +107,7 @@ module BudgeaClient
107
107
  # HTTP header 'Accept' (if needed)
108
108
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
109
109
  # HTTP header 'Content-Type'
110
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
110
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
111
111
 
112
112
  # form parameters
113
113
  form_params = {}
@@ -164,7 +164,7 @@ module BudgeaClient
164
164
  # HTTP header 'Accept' (if needed)
165
165
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
166
166
  # HTTP header 'Content-Type'
167
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
167
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
168
168
 
169
169
  # form parameters
170
170
  form_params = {}
@@ -221,7 +221,7 @@ module BudgeaClient
221
221
  # HTTP header 'Accept' (if needed)
222
222
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
223
223
  # HTTP header 'Content-Type'
224
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
224
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
225
225
 
226
226
  # form parameters
227
227
  form_params = {}
@@ -278,7 +278,7 @@ module BudgeaClient
278
278
  # HTTP header 'Accept' (if needed)
279
279
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
280
280
  # HTTP header 'Content-Type'
281
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
281
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
282
282
 
283
283
  # form parameters
284
284
  form_params = {}
@@ -359,7 +359,7 @@ module BudgeaClient
359
359
  # HTTP header 'Accept' (if needed)
360
360
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
361
361
  # HTTP header 'Content-Type'
362
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
362
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
363
363
 
364
364
  # form parameters
365
365
  form_params = {}
@@ -430,7 +430,7 @@ module BudgeaClient
430
430
  # HTTP header 'Accept' (if needed)
431
431
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
432
432
  # HTTP header 'Content-Type'
433
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
433
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
434
434
 
435
435
  # form parameters
436
436
  form_params = {}
@@ -485,7 +485,7 @@ module BudgeaClient
485
485
  # HTTP header 'Accept' (if needed)
486
486
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
487
487
  # HTTP header 'Content-Type'
488
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
488
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
489
489
 
490
490
  # form parameters
491
491
  form_params = {}
@@ -547,7 +547,7 @@ module BudgeaClient
547
547
  # HTTP header 'Accept' (if needed)
548
548
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
549
549
  # HTTP header 'Content-Type'
550
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
550
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
551
551
 
552
552
  # form parameters
553
553
  form_params = {}
@@ -598,7 +598,7 @@ module BudgeaClient
598
598
  # HTTP header 'Accept' (if needed)
599
599
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
600
600
  # HTTP header 'Content-Type'
601
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
601
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
602
602
 
603
603
  # form parameters
604
604
  form_params = {}
@@ -649,7 +649,7 @@ module BudgeaClient
649
649
  # HTTP header 'Accept' (if needed)
650
650
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
651
651
  # HTTP header 'Content-Type'
652
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
652
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
653
653
 
654
654
  # form parameters
655
655
  form_params = {}
@@ -706,7 +706,7 @@ module BudgeaClient
706
706
  # HTTP header 'Accept' (if needed)
707
707
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
708
708
  # HTTP header 'Content-Type'
709
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
709
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
710
710
 
711
711
  # form parameters
712
712
  form_params = {}
@@ -763,7 +763,7 @@ module BudgeaClient
763
763
  # HTTP header 'Accept' (if needed)
764
764
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
765
765
  # HTTP header 'Content-Type'
766
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
766
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
767
767
 
768
768
  # form parameters
769
769
  form_params = {}
@@ -832,7 +832,7 @@ module BudgeaClient
832
832
  # HTTP header 'Accept' (if needed)
833
833
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
834
834
  # HTTP header 'Content-Type'
835
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
835
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
836
836
 
837
837
  # form parameters
838
838
  form_params = {}
@@ -886,7 +886,7 @@ module BudgeaClient
886
886
  # HTTP header 'Accept' (if needed)
887
887
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
888
888
  # HTTP header 'Content-Type'
889
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
889
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
890
890
 
891
891
  # form parameters
892
892
  form_params = {}
@@ -933,7 +933,7 @@ module BudgeaClient
933
933
  # HTTP header 'Accept' (if needed)
934
934
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
935
935
  # HTTP header 'Content-Type'
936
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
936
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
937
937
 
938
938
  # form parameters
939
939
  form_params = {}
@@ -980,7 +980,7 @@ module BudgeaClient
980
980
  # HTTP header 'Accept' (if needed)
981
981
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
982
982
  # HTTP header 'Content-Type'
983
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
983
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
984
984
 
985
985
  # form parameters
986
986
  form_params = {}
@@ -1030,7 +1030,7 @@ module BudgeaClient
1030
1030
  # HTTP header 'Accept' (if needed)
1031
1031
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
1032
1032
  # HTTP header 'Content-Type'
1033
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
1033
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
1034
1034
 
1035
1035
  # form parameters
1036
1036
  form_params = {}
@@ -1081,7 +1081,7 @@ module BudgeaClient
1081
1081
  # HTTP header 'Accept' (if needed)
1082
1082
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
1083
1083
  # HTTP header 'Content-Type'
1084
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
1084
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
1085
1085
 
1086
1086
  # form parameters
1087
1087
  form_params = {}
@@ -1138,7 +1138,7 @@ module BudgeaClient
1138
1138
  # HTTP header 'Accept' (if needed)
1139
1139
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
1140
1140
  # HTTP header 'Content-Type'
1141
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
1141
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
1142
1142
 
1143
1143
  # form parameters
1144
1144
  form_params = {}
@@ -1209,7 +1209,7 @@ module BudgeaClient
1209
1209
  # HTTP header 'Accept' (if needed)
1210
1210
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
1211
1211
  # HTTP header 'Content-Type'
1212
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
1212
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
1213
1213
 
1214
1214
  # form parameters
1215
1215
  form_params = {}
@@ -1283,7 +1283,7 @@ module BudgeaClient
1283
1283
  # HTTP header 'Accept' (if needed)
1284
1284
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
1285
1285
  # HTTP header 'Content-Type'
1286
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
1286
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
1287
1287
 
1288
1288
  # form parameters
1289
1289
  form_params = {}
@@ -1351,7 +1351,7 @@ module BudgeaClient
1351
1351
  # HTTP header 'Accept' (if needed)
1352
1352
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
1353
1353
  # HTTP header 'Content-Type'
1354
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
1354
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
1355
1355
 
1356
1356
  # form parameters
1357
1357
  form_params = {}
@@ -1405,7 +1405,7 @@ module BudgeaClient
1405
1405
  # HTTP header 'Accept' (if needed)
1406
1406
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
1407
1407
  # HTTP header 'Content-Type'
1408
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
1408
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
1409
1409
 
1410
1410
  # form parameters
1411
1411
  form_params = {}
@@ -1456,7 +1456,7 @@ module BudgeaClient
1456
1456
  # HTTP header 'Accept' (if needed)
1457
1457
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
1458
1458
  # HTTP header 'Content-Type'
1459
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
1459
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
1460
1460
 
1461
1461
  # form parameters
1462
1462
  form_params = {}
@@ -1510,7 +1510,7 @@ module BudgeaClient
1510
1510
  # HTTP header 'Accept' (if needed)
1511
1511
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
1512
1512
  # HTTP header 'Content-Type'
1513
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
1513
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
1514
1514
 
1515
1515
  # form parameters
1516
1516
  form_params = {}
@@ -1566,7 +1566,7 @@ module BudgeaClient
1566
1566
  # HTTP header 'Accept' (if needed)
1567
1567
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
1568
1568
  # HTTP header 'Content-Type'
1569
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
1569
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
1570
1570
 
1571
1571
  # form parameters
1572
1572
  form_params = {}
@@ -1635,7 +1635,7 @@ module BudgeaClient
1635
1635
  # HTTP header 'Accept' (if needed)
1636
1636
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
1637
1637
  # HTTP header 'Content-Type'
1638
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
1638
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
1639
1639
 
1640
1640
  # form parameters
1641
1641
  form_params = {}
@@ -1704,7 +1704,7 @@ module BudgeaClient
1704
1704
  # HTTP header 'Accept' (if needed)
1705
1705
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
1706
1706
  # HTTP header 'Content-Type'
1707
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
1707
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
1708
1708
 
1709
1709
  # form parameters
1710
1710
  form_params = {}
@@ -1779,7 +1779,7 @@ module BudgeaClient
1779
1779
  # HTTP header 'Accept' (if needed)
1780
1780
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
1781
1781
  # HTTP header 'Content-Type'
1782
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
1782
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
1783
1783
 
1784
1784
  # form parameters
1785
1785
  form_params = {}
@@ -1848,7 +1848,7 @@ module BudgeaClient
1848
1848
  # HTTP header 'Accept' (if needed)
1849
1849
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
1850
1850
  # HTTP header 'Content-Type'
1851
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
1851
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
1852
1852
 
1853
1853
  # form parameters
1854
1854
  form_params = {}
@@ -51,7 +51,7 @@ module BudgeaClient
51
51
  # HTTP header 'Accept' (if needed)
52
52
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
53
53
  # HTTP header 'Content-Type'
54
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
54
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
55
55
 
56
56
  # form parameters
57
57
  form_params = {}
@@ -165,7 +165,7 @@ module BudgeaClient
165
165
  # HTTP header 'Accept' (if needed)
166
166
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
167
167
  # HTTP header 'Content-Type'
168
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
168
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
169
169
 
170
170
  # form parameters
171
171
  form_params = {}
@@ -293,7 +293,7 @@ module BudgeaClient
293
293
  # HTTP header 'Accept' (if needed)
294
294
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
295
295
  # HTTP header 'Content-Type'
296
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
296
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
297
297
 
298
298
  # form parameters
299
299
  form_params = {}
@@ -341,7 +341,7 @@ module BudgeaClient
341
341
  # HTTP header 'Accept' (if needed)
342
342
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
343
343
  # HTTP header 'Content-Type'
344
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
344
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
345
345
 
346
346
  # form parameters
347
347
  form_params = {}
@@ -397,7 +397,7 @@ module BudgeaClient
397
397
  # HTTP header 'Accept' (if needed)
398
398
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
399
399
  # HTTP header 'Content-Type'
400
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
400
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
401
401
 
402
402
  # form parameters
403
403
  form_params = {}
@@ -445,7 +445,7 @@ module BudgeaClient
445
445
  # HTTP header 'Accept' (if needed)
446
446
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
447
447
  # HTTP header 'Content-Type'
448
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
448
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
449
449
 
450
450
  # form parameters
451
451
  form_params = {}
@@ -501,7 +501,7 @@ module BudgeaClient
501
501
  # HTTP header 'Accept' (if needed)
502
502
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
503
503
  # HTTP header 'Content-Type'
504
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
504
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
505
505
 
506
506
  # form parameters
507
507
  form_params = {}
@@ -558,7 +558,7 @@ module BudgeaClient
558
558
  # HTTP header 'Accept' (if needed)
559
559
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
560
560
  # HTTP header 'Content-Type'
561
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
561
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
562
562
 
563
563
  # form parameters
564
564
  form_params = {}
@@ -681,7 +681,7 @@ module BudgeaClient
681
681
  # HTTP header 'Accept' (if needed)
682
682
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
683
683
  # HTTP header 'Content-Type'
684
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
684
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
685
685
 
686
686
  # form parameters
687
687
  form_params = {}