budgea_client 5.0.1 → 5.0.3

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 (38) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +1 -1
  3. data/docs/AdministrationApi.md +36 -36
  4. data/docs/AuthenticationApi.md +9 -9
  5. data/docs/BanksApi.md +127 -127
  6. data/docs/Connection.md +1 -0
  7. data/docs/ConnectionsApi.md +24 -24
  8. data/docs/DocumentsApi.md +46 -46
  9. data/docs/OIDCApi.md +3 -3
  10. data/docs/PFMApi.md +33 -33
  11. data/docs/ProvidersApi.md +88 -88
  12. data/docs/RecipientsApi.md +4 -4
  13. data/docs/TermsApi.md +3 -3
  14. data/docs/TransferApi.md +1 -1
  15. data/docs/TransfersApi.md +39 -39
  16. data/docs/UsersManagementApi.md +11 -11
  17. data/docs/WealthApi.md +22 -22
  18. data/lib/budgea_client/api/administration_api.rb +36 -36
  19. data/lib/budgea_client/api/authentication_api.rb +9 -9
  20. data/lib/budgea_client/api/banks_api.rb +127 -127
  21. data/lib/budgea_client/api/connections_api.rb +24 -24
  22. data/lib/budgea_client/api/documents_api.rb +46 -46
  23. data/lib/budgea_client/api/oidc_api.rb +3 -3
  24. data/lib/budgea_client/api/pfm_api.rb +33 -33
  25. data/lib/budgea_client/api/providers_api.rb +88 -88
  26. data/lib/budgea_client/api/recipients_api.rb +4 -4
  27. data/lib/budgea_client/api/terms_api.rb +3 -3
  28. data/lib/budgea_client/api/transfer_api.rb +1 -1
  29. data/lib/budgea_client/api/transfers_api.rb +39 -39
  30. data/lib/budgea_client/api/users_management_api.rb +11 -11
  31. data/lib/budgea_client/api/wealth_api.rb +22 -22
  32. data/lib/budgea_client/models/connection.rb +13 -4
  33. data/lib/budgea_client/version.rb +1 -1
  34. metadata +1 -5
  35. data/pkg/budgea_client-2.0.0.gem +0 -0
  36. data/pkg/budgea_client-3.0.1.gem +0 -0
  37. data/pkg/budgea_client-4.0.0.gem +0 -0
  38. data/pkg/budgea_client-5.0.0.gem +0 -0
@@ -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 = {}
@@ -691,7 +691,7 @@ module BudgeaClient
691
691
  # HTTP header 'Accept' (if needed)
692
692
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
693
693
  # HTTP header 'Content-Type'
694
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
694
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
695
695
 
696
696
  # form parameters
697
697
  form_params = {}
@@ -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 = {}
@@ -227,7 +227,7 @@ module BudgeaClient
227
227
  # HTTP header 'Accept' (if needed)
228
228
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
229
229
  # HTTP header 'Content-Type'
230
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
230
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
231
231
 
232
232
  # form parameters
233
233
  form_params = {}
@@ -285,7 +285,7 @@ module BudgeaClient
285
285
  # HTTP header 'Accept' (if needed)
286
286
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
287
287
  # HTTP header 'Content-Type'
288
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
288
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
289
289
 
290
290
  # form parameters
291
291
  form_params = {}
@@ -337,7 +337,7 @@ module BudgeaClient
337
337
  # HTTP header 'Accept' (if needed)
338
338
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
339
339
  # HTTP header 'Content-Type'
340
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
340
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
341
341
 
342
342
  # form parameters
343
343
  form_params = {}
@@ -403,7 +403,7 @@ module BudgeaClient
403
403
  # HTTP header 'Accept' (if needed)
404
404
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
405
405
  # HTTP header 'Content-Type'
406
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
406
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
407
407
 
408
408
  # form parameters
409
409
  form_params = {}
@@ -460,7 +460,7 @@ module BudgeaClient
460
460
  # HTTP header 'Accept' (if needed)
461
461
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
462
462
  # HTTP header 'Content-Type'
463
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
463
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
464
464
 
465
465
  # form parameters
466
466
  form_params = {}
@@ -517,7 +517,7 @@ module BudgeaClient
517
517
  # HTTP header 'Accept' (if needed)
518
518
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
519
519
  # HTTP header 'Content-Type'
520
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
520
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
521
521
 
522
522
  # form parameters
523
523
  form_params = {}
@@ -574,7 +574,7 @@ module BudgeaClient
574
574
  # HTTP header 'Accept' (if needed)
575
575
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
576
576
  # HTTP header 'Content-Type'
577
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
577
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
578
578
 
579
579
  # form parameters
580
580
  form_params = {}
@@ -631,7 +631,7 @@ module BudgeaClient
631
631
  # HTTP header 'Accept' (if needed)
632
632
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
633
633
  # HTTP header 'Content-Type'
634
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
634
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
635
635
 
636
636
  # form parameters
637
637
  form_params = {}
@@ -682,7 +682,7 @@ module BudgeaClient
682
682
  # HTTP header 'Accept' (if needed)
683
683
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
684
684
  # HTTP header 'Content-Type'
685
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
685
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
686
686
 
687
687
  # form parameters
688
688
  form_params = {}
@@ -739,7 +739,7 @@ module BudgeaClient
739
739
  # HTTP header 'Accept' (if needed)
740
740
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
741
741
  # HTTP header 'Content-Type'
742
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
742
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
743
743
 
744
744
  # form parameters
745
745
  form_params = {}
@@ -790,7 +790,7 @@ module BudgeaClient
790
790
  # HTTP header 'Accept' (if needed)
791
791
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
792
792
  # HTTP header 'Content-Type'
793
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
793
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
794
794
 
795
795
  # form parameters
796
796
  form_params = {}
@@ -856,7 +856,7 @@ module BudgeaClient
856
856
  # HTTP header 'Accept' (if needed)
857
857
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
858
858
  # HTTP header 'Content-Type'
859
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
859
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
860
860
 
861
861
  # form parameters
862
862
  form_params = {}
@@ -910,7 +910,7 @@ module BudgeaClient
910
910
  # HTTP header 'Accept' (if needed)
911
911
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
912
912
  # HTTP header 'Content-Type'
913
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
913
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
914
914
 
915
915
  # form parameters
916
916
  form_params = {}
@@ -1000,7 +1000,7 @@ module BudgeaClient
1000
1000
  # HTTP header 'Accept' (if needed)
1001
1001
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
1002
1002
  # HTTP header 'Content-Type'
1003
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
1003
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
1004
1004
 
1005
1005
  # form parameters
1006
1006
  form_params = {}
@@ -1051,7 +1051,7 @@ module BudgeaClient
1051
1051
  # HTTP header 'Accept' (if needed)
1052
1052
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
1053
1053
  # HTTP header 'Content-Type'
1054
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
1054
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
1055
1055
 
1056
1056
  # form parameters
1057
1057
  form_params = {}
@@ -1108,7 +1108,7 @@ module BudgeaClient
1108
1108
  # HTTP header 'Accept' (if needed)
1109
1109
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
1110
1110
  # HTTP header 'Content-Type'
1111
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
1111
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
1112
1112
 
1113
1113
  # form parameters
1114
1114
  form_params = {}
@@ -1171,7 +1171,7 @@ module BudgeaClient
1171
1171
  # HTTP header 'Accept' (if needed)
1172
1172
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
1173
1173
  # HTTP header 'Content-Type'
1174
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
1174
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
1175
1175
 
1176
1176
  # form parameters
1177
1177
  form_params = {}
@@ -1234,7 +1234,7 @@ module BudgeaClient
1234
1234
  # HTTP header 'Accept' (if needed)
1235
1235
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
1236
1236
  # HTTP header 'Content-Type'
1237
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
1237
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
1238
1238
 
1239
1239
  # form parameters
1240
1240
  form_params = {}
@@ -1291,7 +1291,7 @@ module BudgeaClient
1291
1291
  # HTTP header 'Accept' (if needed)
1292
1292
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
1293
1293
  # HTTP header 'Content-Type'
1294
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
1294
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
1295
1295
 
1296
1296
  # form parameters
1297
1297
  form_params = {}
@@ -1348,7 +1348,7 @@ module BudgeaClient
1348
1348
  # HTTP header 'Accept' (if needed)
1349
1349
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
1350
1350
  # HTTP header 'Content-Type'
1351
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
1351
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
1352
1352
 
1353
1353
  # form parameters
1354
1354
  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 = {}
@@ -1462,7 +1462,7 @@ module BudgeaClient
1462
1462
  # HTTP header 'Accept' (if needed)
1463
1463
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
1464
1464
  # HTTP header 'Content-Type'
1465
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
1465
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
1466
1466
 
1467
1467
  # form parameters
1468
1468
  form_params = {}
@@ -1527,7 +1527,7 @@ module BudgeaClient
1527
1527
  # HTTP header 'Accept' (if needed)
1528
1528
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
1529
1529
  # HTTP header 'Content-Type'
1530
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
1530
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
1531
1531
 
1532
1532
  # form parameters
1533
1533
  form_params = {}
@@ -1588,7 +1588,7 @@ module BudgeaClient
1588
1588
  # HTTP header 'Accept' (if needed)
1589
1589
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
1590
1590
  # HTTP header 'Content-Type'
1591
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
1591
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
1592
1592
 
1593
1593
  # form parameters
1594
1594
  form_params = {}
@@ -1655,7 +1655,7 @@ module BudgeaClient
1655
1655
  # HTTP header 'Accept' (if needed)
1656
1656
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
1657
1657
  # HTTP header 'Content-Type'
1658
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
1658
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
1659
1659
 
1660
1660
  # form parameters
1661
1661
  form_params = {}
@@ -1797,7 +1797,7 @@ module BudgeaClient
1797
1797
  # HTTP header 'Accept' (if needed)
1798
1798
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
1799
1799
  # HTTP header 'Content-Type'
1800
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
1800
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
1801
1801
 
1802
1802
  # form parameters
1803
1803
  form_params = {}
@@ -1882,7 +1882,7 @@ module BudgeaClient
1882
1882
  # HTTP header 'Accept' (if needed)
1883
1883
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
1884
1884
  # HTTP header 'Content-Type'
1885
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
1885
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
1886
1886
 
1887
1887
  # form parameters
1888
1888
  form_params = {}
@@ -1965,7 +1965,7 @@ module BudgeaClient
1965
1965
  # HTTP header 'Accept' (if needed)
1966
1966
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
1967
1967
  # HTTP header 'Content-Type'
1968
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
1968
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
1969
1969
 
1970
1970
  # form parameters
1971
1971
  form_params = {}
@@ -2016,7 +2016,7 @@ module BudgeaClient
2016
2016
  # HTTP header 'Accept' (if needed)
2017
2017
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
2018
2018
  # HTTP header 'Content-Type'
2019
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
2019
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
2020
2020
 
2021
2021
  # form parameters
2022
2022
  form_params = {}
@@ -2076,7 +2076,7 @@ module BudgeaClient
2076
2076
  # HTTP header 'Accept' (if needed)
2077
2077
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
2078
2078
  # HTTP header 'Content-Type'
2079
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
2079
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
2080
2080
 
2081
2081
  # form parameters
2082
2082
  form_params = {}
@@ -2133,7 +2133,7 @@ module BudgeaClient
2133
2133
  # HTTP header 'Accept' (if needed)
2134
2134
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
2135
2135
  # HTTP header 'Content-Type'
2136
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
2136
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
2137
2137
 
2138
2138
  # form parameters
2139
2139
  form_params = {}
@@ -2190,7 +2190,7 @@ module BudgeaClient
2190
2190
  # HTTP header 'Accept' (if needed)
2191
2191
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
2192
2192
  # HTTP header 'Content-Type'
2193
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
2193
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
2194
2194
 
2195
2195
  # form parameters
2196
2196
  form_params = {}
@@ -2247,7 +2247,7 @@ module BudgeaClient
2247
2247
  # HTTP header 'Accept' (if needed)
2248
2248
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
2249
2249
  # HTTP header 'Content-Type'
2250
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
2250
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
2251
2251
 
2252
2252
  # form parameters
2253
2253
  form_params = {}
@@ -2304,7 +2304,7 @@ module BudgeaClient
2304
2304
  # HTTP header 'Accept' (if needed)
2305
2305
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
2306
2306
  # HTTP header 'Content-Type'
2307
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
2307
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
2308
2308
 
2309
2309
  # form parameters
2310
2310
  form_params = {}
@@ -2361,7 +2361,7 @@ module BudgeaClient
2361
2361
  # HTTP header 'Accept' (if needed)
2362
2362
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
2363
2363
  # HTTP header 'Content-Type'
2364
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
2364
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
2365
2365
 
2366
2366
  # form parameters
2367
2367
  form_params = {}
@@ -2424,7 +2424,7 @@ module BudgeaClient
2424
2424
  # HTTP header 'Accept' (if needed)
2425
2425
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
2426
2426
  # HTTP header 'Content-Type'
2427
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
2427
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
2428
2428
 
2429
2429
  # form parameters
2430
2430
  form_params = {}
@@ -2481,7 +2481,7 @@ module BudgeaClient
2481
2481
  # HTTP header 'Accept' (if needed)
2482
2482
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
2483
2483
  # HTTP header 'Content-Type'
2484
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
2484
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
2485
2485
 
2486
2486
  # form parameters
2487
2487
  form_params = {}
@@ -2538,7 +2538,7 @@ module BudgeaClient
2538
2538
  # HTTP header 'Accept' (if needed)
2539
2539
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
2540
2540
  # HTTP header 'Content-Type'
2541
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
2541
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
2542
2542
 
2543
2543
  # form parameters
2544
2544
  form_params = {}
@@ -2598,7 +2598,7 @@ module BudgeaClient
2598
2598
  # HTTP header 'Accept' (if needed)
2599
2599
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
2600
2600
  # HTTP header 'Content-Type'
2601
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
2601
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
2602
2602
 
2603
2603
  # form parameters
2604
2604
  form_params = {}
@@ -2660,7 +2660,7 @@ module BudgeaClient
2660
2660
  # HTTP header 'Accept' (if needed)
2661
2661
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
2662
2662
  # HTTP header 'Content-Type'
2663
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
2663
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
2664
2664
 
2665
2665
  # form parameters
2666
2666
  form_params = {}
@@ -2729,7 +2729,7 @@ module BudgeaClient
2729
2729
  # HTTP header 'Accept' (if needed)
2730
2730
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
2731
2731
  # HTTP header 'Content-Type'
2732
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
2732
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
2733
2733
 
2734
2734
  # form parameters
2735
2735
  form_params = {}
@@ -2803,7 +2803,7 @@ module BudgeaClient
2803
2803
  # HTTP header 'Accept' (if needed)
2804
2804
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
2805
2805
  # HTTP header 'Content-Type'
2806
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
2806
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
2807
2807
 
2808
2808
  # form parameters
2809
2809
  form_params = {}
@@ -2880,7 +2880,7 @@ module BudgeaClient
2880
2880
  # HTTP header 'Accept' (if needed)
2881
2881
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
2882
2882
  # HTTP header 'Content-Type'
2883
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
2883
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
2884
2884
 
2885
2885
  # form parameters
2886
2886
  form_params = {}
@@ -2950,7 +2950,7 @@ module BudgeaClient
2950
2950
  # HTTP header 'Accept' (if needed)
2951
2951
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
2952
2952
  # HTTP header 'Content-Type'
2953
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
2953
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
2954
2954
 
2955
2955
  # form parameters
2956
2956
  form_params = {}
@@ -3013,7 +3013,7 @@ module BudgeaClient
3013
3013
  # HTTP header 'Accept' (if needed)
3014
3014
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
3015
3015
  # HTTP header 'Content-Type'
3016
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
3016
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
3017
3017
 
3018
3018
  # form parameters
3019
3019
  form_params = {}
@@ -3115,7 +3115,7 @@ module BudgeaClient
3115
3115
  # HTTP header 'Accept' (if needed)
3116
3116
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
3117
3117
  # HTTP header 'Content-Type'
3118
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
3118
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
3119
3119
 
3120
3120
  # form parameters
3121
3121
  form_params = {}
@@ -3184,7 +3184,7 @@ module BudgeaClient
3184
3184
  # HTTP header 'Accept' (if needed)
3185
3185
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
3186
3186
  # HTTP header 'Content-Type'
3187
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
3187
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
3188
3188
 
3189
3189
  # form parameters
3190
3190
  form_params = {}
@@ -3253,7 +3253,7 @@ module BudgeaClient
3253
3253
  # HTTP header 'Accept' (if needed)
3254
3254
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
3255
3255
  # HTTP header 'Content-Type'
3256
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
3256
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
3257
3257
 
3258
3258
  # form parameters
3259
3259
  form_params = {}
@@ -3328,7 +3328,7 @@ module BudgeaClient
3328
3328
  # HTTP header 'Accept' (if needed)
3329
3329
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
3330
3330
  # HTTP header 'Content-Type'
3331
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
3331
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
3332
3332
 
3333
3333
  # form parameters
3334
3334
  form_params = {}
@@ -3403,7 +3403,7 @@ module BudgeaClient
3403
3403
  # HTTP header 'Accept' (if needed)
3404
3404
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
3405
3405
  # HTTP header 'Content-Type'
3406
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
3406
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
3407
3407
 
3408
3408
  # form parameters
3409
3409
  form_params = {}
@@ -3472,7 +3472,7 @@ module BudgeaClient
3472
3472
  # HTTP header 'Accept' (if needed)
3473
3473
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
3474
3474
  # HTTP header 'Content-Type'
3475
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
3475
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
3476
3476
 
3477
3477
  # form parameters
3478
3478
  form_params = {}
@@ -3551,7 +3551,7 @@ module BudgeaClient
3551
3551
  # HTTP header 'Accept' (if needed)
3552
3552
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
3553
3553
  # HTTP header 'Content-Type'
3554
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
3554
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
3555
3555
 
3556
3556
  # form parameters
3557
3557
  form_params = {}
@@ -3651,7 +3651,7 @@ module BudgeaClient
3651
3651
  # HTTP header 'Accept' (if needed)
3652
3652
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
3653
3653
  # HTTP header 'Content-Type'
3654
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
3654
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
3655
3655
 
3656
3656
  # form parameters
3657
3657
  form_params = {}
@@ -3724,7 +3724,7 @@ module BudgeaClient
3724
3724
  # HTTP header 'Accept' (if needed)
3725
3725
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
3726
3726
  # HTTP header 'Content-Type'
3727
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
3727
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
3728
3728
 
3729
3729
  # form parameters
3730
3730
  form_params = {}
@@ -3793,7 +3793,7 @@ module BudgeaClient
3793
3793
  # HTTP header 'Accept' (if needed)
3794
3794
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
3795
3795
  # HTTP header 'Content-Type'
3796
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
3796
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
3797
3797
 
3798
3798
  # form parameters
3799
3799
  form_params = {}
@@ -3862,7 +3862,7 @@ module BudgeaClient
3862
3862
  # HTTP header 'Accept' (if needed)
3863
3863
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
3864
3864
  # HTTP header 'Content-Type'
3865
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
3865
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
3866
3866
 
3867
3867
  # form parameters
3868
3868
  form_params = {}
@@ -3925,7 +3925,7 @@ module BudgeaClient
3925
3925
  # HTTP header 'Accept' (if needed)
3926
3926
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
3927
3927
  # HTTP header 'Content-Type'
3928
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
3928
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
3929
3929
 
3930
3930
  # form parameters
3931
3931
  form_params = {}
@@ -3998,7 +3998,7 @@ module BudgeaClient
3998
3998
  # HTTP header 'Accept' (if needed)
3999
3999
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
4000
4000
  # HTTP header 'Content-Type'
4001
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
4001
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
4002
4002
 
4003
4003
  # form parameters
4004
4004
  form_params = {}
@@ -4061,7 +4061,7 @@ module BudgeaClient
4061
4061
  # HTTP header 'Accept' (if needed)
4062
4062
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
4063
4063
  # HTTP header 'Content-Type'
4064
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
4064
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
4065
4065
 
4066
4066
  # form parameters
4067
4067
  form_params = {}
@@ -4118,7 +4118,7 @@ module BudgeaClient
4118
4118
  # HTTP header 'Accept' (if needed)
4119
4119
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
4120
4120
  # HTTP header 'Content-Type'
4121
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
4121
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
4122
4122
 
4123
4123
  # form parameters
4124
4124
  form_params = {}
@@ -4175,7 +4175,7 @@ module BudgeaClient
4175
4175
  # HTTP header 'Accept' (if needed)
4176
4176
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
4177
4177
  # HTTP header 'Content-Type'
4178
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
4178
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
4179
4179
 
4180
4180
  # form parameters
4181
4181
  form_params = {}
@@ -4238,7 +4238,7 @@ module BudgeaClient
4238
4238
  # HTTP header 'Accept' (if needed)
4239
4239
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
4240
4240
  # HTTP header 'Content-Type'
4241
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
4241
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
4242
4242
 
4243
4243
  # form parameters
4244
4244
  form_params = {}
@@ -4305,7 +4305,7 @@ module BudgeaClient
4305
4305
  # HTTP header 'Accept' (if needed)
4306
4306
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
4307
4307
  # HTTP header 'Content-Type'
4308
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
4308
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
4309
4309
 
4310
4310
  # form parameters
4311
4311
  form_params = {}
@@ -4378,7 +4378,7 @@ module BudgeaClient
4378
4378
  # HTTP header 'Accept' (if needed)
4379
4379
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
4380
4380
  # HTTP header 'Content-Type'
4381
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
4381
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
4382
4382
 
4383
4383
  # form parameters
4384
4384
  form_params = {}
@@ -4439,7 +4439,7 @@ module BudgeaClient
4439
4439
  # HTTP header 'Accept' (if needed)
4440
4440
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
4441
4441
  # HTTP header 'Content-Type'
4442
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
4442
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
4443
4443
 
4444
4444
  # form parameters
4445
4445
  form_params = {}
@@ -4495,7 +4495,7 @@ module BudgeaClient
4495
4495
  # HTTP header 'Accept' (if needed)
4496
4496
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
4497
4497
  # HTTP header 'Content-Type'
4498
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
4498
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
4499
4499
 
4500
4500
  # form parameters
4501
4501
  form_params = {}
@@ -4552,7 +4552,7 @@ module BudgeaClient
4552
4552
  # HTTP header 'Accept' (if needed)
4553
4553
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
4554
4554
  # HTTP header 'Content-Type'
4555
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
4555
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
4556
4556
 
4557
4557
  # form parameters
4558
4558
  form_params = {}
@@ -4615,7 +4615,7 @@ module BudgeaClient
4615
4615
  # HTTP header 'Accept' (if needed)
4616
4616
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
4617
4617
  # HTTP header 'Content-Type'
4618
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
4618
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
4619
4619
 
4620
4620
  # form parameters
4621
4621
  form_params = {}
@@ -4678,7 +4678,7 @@ module BudgeaClient
4678
4678
  # HTTP header 'Accept' (if needed)
4679
4679
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
4680
4680
  # HTTP header 'Content-Type'
4681
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
4681
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
4682
4682
 
4683
4683
  # form parameters
4684
4684
  form_params = {}
@@ -4744,7 +4744,7 @@ module BudgeaClient
4744
4744
  # HTTP header 'Accept' (if needed)
4745
4745
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
4746
4746
  # HTTP header 'Content-Type'
4747
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
4747
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
4748
4748
 
4749
4749
  # form parameters
4750
4750
  form_params = {}
@@ -4812,7 +4812,7 @@ module BudgeaClient
4812
4812
  # HTTP header 'Accept' (if needed)
4813
4813
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
4814
4814
  # HTTP header 'Content-Type'
4815
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
4815
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
4816
4816
 
4817
4817
  # form parameters
4818
4818
  form_params = {}
@@ -4887,7 +4887,7 @@ module BudgeaClient
4887
4887
  # HTTP header 'Accept' (if needed)
4888
4888
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
4889
4889
  # HTTP header 'Content-Type'
4890
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
4890
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
4891
4891
 
4892
4892
  # form parameters
4893
4893
  form_params = {}
@@ -4967,7 +4967,7 @@ module BudgeaClient
4967
4967
  # HTTP header 'Accept' (if needed)
4968
4968
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
4969
4969
  # HTTP header 'Content-Type'
4970
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
4970
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
4971
4971
 
4972
4972
  # form parameters
4973
4973
  form_params = {}
@@ -5050,7 +5050,7 @@ module BudgeaClient
5050
5050
  # HTTP header 'Accept' (if needed)
5051
5051
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
5052
5052
  # HTTP header 'Content-Type'
5053
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
5053
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
5054
5054
 
5055
5055
  # form parameters
5056
5056
  form_params = {}
@@ -5126,7 +5126,7 @@ module BudgeaClient
5126
5126
  # HTTP header 'Accept' (if needed)
5127
5127
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
5128
5128
  # HTTP header 'Content-Type'
5129
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
5129
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
5130
5130
 
5131
5131
  # form parameters
5132
5132
  form_params = {}
@@ -5195,7 +5195,7 @@ module BudgeaClient
5195
5195
  # HTTP header 'Accept' (if needed)
5196
5196
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
5197
5197
  # HTTP header 'Content-Type'
5198
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
5198
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
5199
5199
 
5200
5200
  # form parameters
5201
5201
  form_params = {}
@@ -5303,7 +5303,7 @@ module BudgeaClient
5303
5303
  # HTTP header 'Accept' (if needed)
5304
5304
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
5305
5305
  # HTTP header 'Content-Type'
5306
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
5306
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
5307
5307
 
5308
5308
  # form parameters
5309
5309
  form_params = {}
@@ -5378,7 +5378,7 @@ module BudgeaClient
5378
5378
  # HTTP header 'Accept' (if needed)
5379
5379
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
5380
5380
  # HTTP header 'Content-Type'
5381
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
5381
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
5382
5382
 
5383
5383
  # form parameters
5384
5384
  form_params = {}
@@ -5453,7 +5453,7 @@ module BudgeaClient
5453
5453
  # HTTP header 'Accept' (if needed)
5454
5454
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
5455
5455
  # HTTP header 'Content-Type'
5456
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
5456
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
5457
5457
 
5458
5458
  # form parameters
5459
5459
  form_params = {}
@@ -5534,7 +5534,7 @@ module BudgeaClient
5534
5534
  # HTTP header 'Accept' (if needed)
5535
5535
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
5536
5536
  # HTTP header 'Content-Type'
5537
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
5537
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
5538
5538
 
5539
5539
  # form parameters
5540
5540
  form_params = {}
@@ -5615,7 +5615,7 @@ module BudgeaClient
5615
5615
  # HTTP header 'Accept' (if needed)
5616
5616
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
5617
5617
  # HTTP header 'Content-Type'
5618
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
5618
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
5619
5619
 
5620
5620
  # form parameters
5621
5621
  form_params = {}
@@ -5690,7 +5690,7 @@ module BudgeaClient
5690
5690
  # HTTP header 'Accept' (if needed)
5691
5691
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
5692
5692
  # HTTP header 'Content-Type'
5693
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
5693
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
5694
5694
 
5695
5695
  # form parameters
5696
5696
  form_params = {}
@@ -5775,7 +5775,7 @@ module BudgeaClient
5775
5775
  # HTTP header 'Accept' (if needed)
5776
5776
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
5777
5777
  # HTTP header 'Content-Type'
5778
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
5778
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
5779
5779
 
5780
5780
  # form parameters
5781
5781
  form_params = {}
@@ -5881,7 +5881,7 @@ module BudgeaClient
5881
5881
  # HTTP header 'Accept' (if needed)
5882
5882
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
5883
5883
  # HTTP header 'Content-Type'
5884
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
5884
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
5885
5885
 
5886
5886
  # form parameters
5887
5887
  form_params = {}
@@ -5960,7 +5960,7 @@ module BudgeaClient
5960
5960
  # HTTP header 'Accept' (if needed)
5961
5961
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
5962
5962
  # HTTP header 'Content-Type'
5963
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
5963
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
5964
5964
 
5965
5965
  # form parameters
5966
5966
  form_params = {}
@@ -6035,7 +6035,7 @@ module BudgeaClient
6035
6035
  # HTTP header 'Accept' (if needed)
6036
6036
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
6037
6037
  # HTTP header 'Content-Type'
6038
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
6038
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
6039
6039
 
6040
6040
  # form parameters
6041
6041
  form_params = {}
@@ -6110,7 +6110,7 @@ module BudgeaClient
6110
6110
  # HTTP header 'Accept' (if needed)
6111
6111
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
6112
6112
  # HTTP header 'Content-Type'
6113
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
6113
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
6114
6114
 
6115
6115
  # form parameters
6116
6116
  form_params = {}
@@ -6179,7 +6179,7 @@ module BudgeaClient
6179
6179
  # HTTP header 'Accept' (if needed)
6180
6180
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
6181
6181
  # HTTP header 'Content-Type'
6182
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
6182
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
6183
6183
 
6184
6184
  # form parameters
6185
6185
  form_params = {}
@@ -6327,7 +6327,7 @@ module BudgeaClient
6327
6327
  # HTTP header 'Accept' (if needed)
6328
6328
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
6329
6329
  # HTTP header 'Content-Type'
6330
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
6330
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
6331
6331
 
6332
6332
  # form parameters
6333
6333
  form_params = {}
@@ -6390,7 +6390,7 @@ module BudgeaClient
6390
6390
  # HTTP header 'Accept' (if needed)
6391
6391
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
6392
6392
  # HTTP header 'Content-Type'
6393
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
6393
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
6394
6394
 
6395
6395
  # form parameters
6396
6396
  form_params = {}
@@ -6453,7 +6453,7 @@ module BudgeaClient
6453
6453
  # HTTP header 'Accept' (if needed)
6454
6454
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
6455
6455
  # HTTP header 'Content-Type'
6456
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
6456
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
6457
6457
 
6458
6458
  # form parameters
6459
6459
  form_params = {}
@@ -6516,7 +6516,7 @@ module BudgeaClient
6516
6516
  # HTTP header 'Accept' (if needed)
6517
6517
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
6518
6518
  # HTTP header 'Content-Type'
6519
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
6519
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
6520
6520
 
6521
6521
  # form parameters
6522
6522
  form_params = {}
@@ -6612,7 +6612,7 @@ module BudgeaClient
6612
6612
  # HTTP header 'Accept' (if needed)
6613
6613
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
6614
6614
  # HTTP header 'Content-Type'
6615
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
6615
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
6616
6616
 
6617
6617
  # form parameters
6618
6618
  form_params = {}
@@ -6753,7 +6753,7 @@ module BudgeaClient
6753
6753
  # HTTP header 'Accept' (if needed)
6754
6754
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
6755
6755
  # HTTP header 'Content-Type'
6756
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
6756
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
6757
6757
 
6758
6758
  # form parameters
6759
6759
  form_params = {}
@@ -6816,7 +6816,7 @@ module BudgeaClient
6816
6816
  # HTTP header 'Accept' (if needed)
6817
6817
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
6818
6818
  # HTTP header 'Content-Type'
6819
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
6819
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
6820
6820
 
6821
6821
  # form parameters
6822
6822
  form_params = {}
@@ -6885,7 +6885,7 @@ module BudgeaClient
6885
6885
  # HTTP header 'Accept' (if needed)
6886
6886
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
6887
6887
  # HTTP header 'Content-Type'
6888
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
6888
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
6889
6889
 
6890
6890
  # form parameters
6891
6891
  form_params = {}
@@ -6954,7 +6954,7 @@ module BudgeaClient
6954
6954
  # HTTP header 'Accept' (if needed)
6955
6955
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
6956
6956
  # HTTP header 'Content-Type'
6957
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
6957
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
6958
6958
 
6959
6959
  # form parameters
6960
6960
  form_params = {}
@@ -7023,7 +7023,7 @@ module BudgeaClient
7023
7023
  # HTTP header 'Accept' (if needed)
7024
7024
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
7025
7025
  # HTTP header 'Content-Type'
7026
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
7026
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
7027
7027
 
7028
7028
  # form parameters
7029
7029
  form_params = {}
@@ -7086,7 +7086,7 @@ module BudgeaClient
7086
7086
  # HTTP header 'Accept' (if needed)
7087
7087
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
7088
7088
  # HTTP header 'Content-Type'
7089
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
7089
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
7090
7090
 
7091
7091
  # form parameters
7092
7092
  form_params = {}
@@ -7188,7 +7188,7 @@ module BudgeaClient
7188
7188
  # HTTP header 'Accept' (if needed)
7189
7189
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
7190
7190
  # HTTP header 'Content-Type'
7191
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
7191
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
7192
7192
 
7193
7193
  # form parameters
7194
7194
  form_params = {}
@@ -7257,7 +7257,7 @@ module BudgeaClient
7257
7257
  # HTTP header 'Accept' (if needed)
7258
7258
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
7259
7259
  # HTTP header 'Content-Type'
7260
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
7260
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
7261
7261
 
7262
7262
  # form parameters
7263
7263
  form_params = {}
@@ -7326,7 +7326,7 @@ module BudgeaClient
7326
7326
  # HTTP header 'Accept' (if needed)
7327
7327
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
7328
7328
  # HTTP header 'Content-Type'
7329
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
7329
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
7330
7330
 
7331
7331
  # form parameters
7332
7332
  form_params = {}
@@ -7401,7 +7401,7 @@ module BudgeaClient
7401
7401
  # HTTP header 'Accept' (if needed)
7402
7402
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
7403
7403
  # HTTP header 'Content-Type'
7404
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
7404
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
7405
7405
 
7406
7406
  # form parameters
7407
7407
  form_params = {}
@@ -7476,7 +7476,7 @@ module BudgeaClient
7476
7476
  # HTTP header 'Accept' (if needed)
7477
7477
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
7478
7478
  # HTTP header 'Content-Type'
7479
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
7479
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
7480
7480
 
7481
7481
  # form parameters
7482
7482
  form_params = {}
@@ -7545,7 +7545,7 @@ module BudgeaClient
7545
7545
  # HTTP header 'Accept' (if needed)
7546
7546
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
7547
7547
  # HTTP header 'Content-Type'
7548
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
7548
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
7549
7549
 
7550
7550
  # form parameters
7551
7551
  form_params = {}
@@ -7624,7 +7624,7 @@ module BudgeaClient
7624
7624
  # HTTP header 'Accept' (if needed)
7625
7625
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
7626
7626
  # HTTP header 'Content-Type'
7627
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
7627
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
7628
7628
 
7629
7629
  # form parameters
7630
7630
  form_params = {}
@@ -7724,7 +7724,7 @@ module BudgeaClient
7724
7724
  # HTTP header 'Accept' (if needed)
7725
7725
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
7726
7726
  # HTTP header 'Content-Type'
7727
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
7727
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
7728
7728
 
7729
7729
  # form parameters
7730
7730
  form_params = {}
@@ -7797,7 +7797,7 @@ module BudgeaClient
7797
7797
  # HTTP header 'Accept' (if needed)
7798
7798
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
7799
7799
  # HTTP header 'Content-Type'
7800
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
7800
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
7801
7801
 
7802
7802
  # form parameters
7803
7803
  form_params = {}
@@ -7866,7 +7866,7 @@ module BudgeaClient
7866
7866
  # HTTP header 'Accept' (if needed)
7867
7867
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
7868
7868
  # HTTP header 'Content-Type'
7869
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
7869
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
7870
7870
 
7871
7871
  # form parameters
7872
7872
  form_params = {}
@@ -7935,7 +7935,7 @@ module BudgeaClient
7935
7935
  # HTTP header 'Accept' (if needed)
7936
7936
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
7937
7937
  # HTTP header 'Content-Type'
7938
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
7938
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
7939
7939
 
7940
7940
  # form parameters
7941
7941
  form_params = {}
@@ -7998,7 +7998,7 @@ module BudgeaClient
7998
7998
  # HTTP header 'Accept' (if needed)
7999
7999
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
8000
8000
  # HTTP header 'Content-Type'
8001
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
8001
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
8002
8002
 
8003
8003
  # form parameters
8004
8004
  form_params = {}
@@ -8160,7 +8160,7 @@ module BudgeaClient
8160
8160
  # HTTP header 'Accept' (if needed)
8161
8161
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
8162
8162
  # HTTP header 'Content-Type'
8163
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
8163
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
8164
8164
 
8165
8165
  # form parameters
8166
8166
  form_params = {}
@@ -8249,7 +8249,7 @@ module BudgeaClient
8249
8249
  # HTTP header 'Accept' (if needed)
8250
8250
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
8251
8251
  # HTTP header 'Content-Type'
8252
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
8252
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
8253
8253
 
8254
8254
  # form parameters
8255
8255
  form_params = {}
@@ -8306,7 +8306,7 @@ module BudgeaClient
8306
8306
  # HTTP header 'Accept' (if needed)
8307
8307
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
8308
8308
  # HTTP header 'Content-Type'
8309
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
8309
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
8310
8310
 
8311
8311
  # form parameters
8312
8312
  form_params = {}
@@ -8402,7 +8402,7 @@ module BudgeaClient
8402
8402
  # HTTP header 'Accept' (if needed)
8403
8403
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
8404
8404
  # HTTP header 'Content-Type'
8405
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
8405
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
8406
8406
 
8407
8407
  # form parameters
8408
8408
  form_params = {}
@@ -8465,7 +8465,7 @@ module BudgeaClient
8465
8465
  # HTTP header 'Accept' (if needed)
8466
8466
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
8467
8467
  # HTTP header 'Content-Type'
8468
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
8468
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
8469
8469
 
8470
8470
  # form parameters
8471
8471
  form_params = {}
@@ -8528,7 +8528,7 @@ module BudgeaClient
8528
8528
  # HTTP header 'Accept' (if needed)
8529
8529
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
8530
8530
  # HTTP header 'Content-Type'
8531
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
8531
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
8532
8532
 
8533
8533
  # form parameters
8534
8534
  form_params = {}
@@ -8597,7 +8597,7 @@ module BudgeaClient
8597
8597
  # HTTP header 'Accept' (if needed)
8598
8598
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
8599
8599
  # HTTP header 'Content-Type'
8600
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
8600
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
8601
8601
 
8602
8602
  # form parameters
8603
8603
  form_params = {}
@@ -8666,7 +8666,7 @@ module BudgeaClient
8666
8666
  # HTTP header 'Accept' (if needed)
8667
8667
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
8668
8668
  # HTTP header 'Content-Type'
8669
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
8669
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
8670
8670
 
8671
8671
  # form parameters
8672
8672
  form_params = {}
@@ -8729,7 +8729,7 @@ module BudgeaClient
8729
8729
  # HTTP header 'Accept' (if needed)
8730
8730
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
8731
8731
  # HTTP header 'Content-Type'
8732
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
8732
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
8733
8733
 
8734
8734
  # form parameters
8735
8735
  form_params = {}
@@ -8963,7 +8963,7 @@ module BudgeaClient
8963
8963
  # HTTP header 'Accept' (if needed)
8964
8964
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
8965
8965
  # HTTP header 'Content-Type'
8966
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
8966
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
8967
8967
 
8968
8968
  # form parameters
8969
8969
  form_params = {}
@@ -9026,7 +9026,7 @@ module BudgeaClient
9026
9026
  # HTTP header 'Accept' (if needed)
9027
9027
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
9028
9028
  # HTTP header 'Content-Type'
9029
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
9029
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
9030
9030
 
9031
9031
  # form parameters
9032
9032
  form_params = {}
@@ -9089,7 +9089,7 @@ module BudgeaClient
9089
9089
  # HTTP header 'Accept' (if needed)
9090
9090
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
9091
9091
  # HTTP header 'Content-Type'
9092
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
9092
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
9093
9093
 
9094
9094
  # form parameters
9095
9095
  form_params = {}
@@ -9146,7 +9146,7 @@ module BudgeaClient
9146
9146
  # HTTP header 'Accept' (if needed)
9147
9147
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
9148
9148
  # HTTP header 'Content-Type'
9149
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
9149
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
9150
9150
 
9151
9151
  # form parameters
9152
9152
  form_params = {}