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
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2ae74612e90c7af96c27288df2b14612c28d61c51f6ee3ee094923775b7533e6
4
- data.tar.gz: 7e4c40c1d84c627943b06349f4684675c27b0c4712238e8836531fe729d8ccff
3
+ metadata.gz: 861c9d366861897860bfcfcb88e1476ff3a682f361780e87e1351f635ebb4501
4
+ data.tar.gz: 32bc8cedd42fe4b0a1267e58b97432c6e1a2a38a4fcb37d3d1b982e33e9ca9e1
5
5
  SHA512:
6
- metadata.gz: be35f40daf2197e0df157111b525b0ac7e844e3be55aa36b0cc3e6faf0114bc27d8f4101c7367d3e5c42aed13788f846dddd08d30b2d5eea3d194b8c4eda92dc
7
- data.tar.gz: f6af7c82ca9c01337f65f8366f6446214f348b3c6c682f03f814569a6d922711282c1c075d6e7a5d1d8e45bf4de3f721e1bcc709d1c648705e46685217ee95ba
6
+ metadata.gz: 5ffe8597ad079309ae7725de97ea6087f8093ab7a8448b3fe4c2b5a80e316a664a7f3ff2ab964eb013f2606ef6335ce90602448c07d2404b6082ca0d0371e610
7
+ data.tar.gz: 497dd884d1698b488662981c2ecf1a5e91a659c267c33b7474063da9fd27b9afa2031708ab1f3abaa7bb3dfbf33fb07831b7a4b068c04d1731972974bb4686dd
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- budgea_client (5.0.1)
4
+ budgea_client (5.0.3)
5
5
  json (~> 2.1, >= 2.1.0)
6
6
  typhoeus (~> 1.0, >= 1.0.1)
7
7
 
@@ -92,7 +92,7 @@ Name | Type | Description | Notes
92
92
 
93
93
  ### HTTP request headers
94
94
 
95
- - **Content-Type**: application/json, multipart/form-data
95
+ - **Content-Type**: application/x-www-form-urlencoded
96
96
  - **Accept**: application/json
97
97
 
98
98
 
@@ -150,7 +150,7 @@ Name | Type | Description | Notes
150
150
 
151
151
  ### HTTP request headers
152
152
 
153
- - **Content-Type**: application/json, multipart/form-data
153
+ - **Content-Type**: application/x-www-form-urlencoded
154
154
  - **Accept**: application/json
155
155
 
156
156
 
@@ -208,7 +208,7 @@ Name | Type | Description | Notes
208
208
 
209
209
  ### HTTP request headers
210
210
 
211
- - **Content-Type**: application/json, multipart/form-data
211
+ - **Content-Type**: application/x-www-form-urlencoded
212
212
  - **Accept**: application/json
213
213
 
214
214
 
@@ -266,7 +266,7 @@ Name | Type | Description | Notes
266
266
 
267
267
  ### HTTP request headers
268
268
 
269
- - **Content-Type**: application/json, multipart/form-data
269
+ - **Content-Type**: application/x-www-form-urlencoded
270
270
  - **Accept**: application/json
271
271
 
272
272
 
@@ -324,7 +324,7 @@ Name | Type | Description | Notes
324
324
 
325
325
  ### HTTP request headers
326
326
 
327
- - **Content-Type**: application/json, multipart/form-data
327
+ - **Content-Type**: application/x-www-form-urlencoded
328
328
  - **Accept**: application/json
329
329
 
330
330
 
@@ -406,7 +406,7 @@ Name | Type | Description | Notes
406
406
 
407
407
  ### HTTP request headers
408
408
 
409
- - **Content-Type**: application/json, multipart/form-data
409
+ - **Content-Type**: application/x-www-form-urlencoded
410
410
  - **Accept**: application/json
411
411
 
412
412
 
@@ -469,7 +469,7 @@ Name | Type | Description | Notes
469
469
 
470
470
  ### HTTP request headers
471
471
 
472
- - **Content-Type**: application/json, multipart/form-data
472
+ - **Content-Type**: application/x-www-form-urlencoded
473
473
  - **Accept**: application/json
474
474
 
475
475
 
@@ -523,7 +523,7 @@ nil (empty response body)
523
523
 
524
524
  ### HTTP request headers
525
525
 
526
- - **Content-Type**: application/json, multipart/form-data
526
+ - **Content-Type**: application/x-www-form-urlencoded
527
527
  - **Accept**: application/json
528
528
 
529
529
 
@@ -586,7 +586,7 @@ Name | Type | Description | Notes
586
586
 
587
587
  ### HTTP request headers
588
588
 
589
- - **Content-Type**: application/json, multipart/form-data
589
+ - **Content-Type**: application/x-www-form-urlencoded
590
590
  - **Accept**: application/json
591
591
 
592
592
 
@@ -641,7 +641,7 @@ Name | Type | Description | Notes
641
641
 
642
642
  ### HTTP request headers
643
643
 
644
- - **Content-Type**: application/json, multipart/form-data
644
+ - **Content-Type**: application/x-www-form-urlencoded
645
645
  - **Accept**: application/json
646
646
 
647
647
 
@@ -696,7 +696,7 @@ Name | Type | Description | Notes
696
696
 
697
697
  ### HTTP request headers
698
698
 
699
- - **Content-Type**: application/json, multipart/form-data
699
+ - **Content-Type**: application/x-www-form-urlencoded
700
700
  - **Accept**: application/json
701
701
 
702
702
 
@@ -754,7 +754,7 @@ Name | Type | Description | Notes
754
754
 
755
755
  ### HTTP request headers
756
756
 
757
- - **Content-Type**: application/json, multipart/form-data
757
+ - **Content-Type**: application/x-www-form-urlencoded
758
758
  - **Accept**: application/json
759
759
 
760
760
 
@@ -812,7 +812,7 @@ Name | Type | Description | Notes
812
812
 
813
813
  ### HTTP request headers
814
814
 
815
- - **Content-Type**: application/json, multipart/form-data
815
+ - **Content-Type**: application/x-www-form-urlencoded
816
816
  - **Accept**: application/json
817
817
 
818
818
 
@@ -876,7 +876,7 @@ Name | Type | Description | Notes
876
876
 
877
877
  ### HTTP request headers
878
878
 
879
- - **Content-Type**: application/json, multipart/form-data
879
+ - **Content-Type**: application/x-www-form-urlencoded
880
880
  - **Accept**: application/json
881
881
 
882
882
 
@@ -930,7 +930,7 @@ nil (empty response body)
930
930
 
931
931
  ### HTTP request headers
932
932
 
933
- - **Content-Type**: application/json, multipart/form-data
933
+ - **Content-Type**: application/x-www-form-urlencoded
934
934
  - **Accept**: application/json
935
935
 
936
936
 
@@ -977,7 +977,7 @@ nil (empty response body)
977
977
 
978
978
  ### HTTP request headers
979
979
 
980
- - **Content-Type**: application/json, multipart/form-data
980
+ - **Content-Type**: application/x-www-form-urlencoded
981
981
  - **Accept**: application/json
982
982
 
983
983
 
@@ -1024,7 +1024,7 @@ nil (empty response body)
1024
1024
 
1025
1025
  ### HTTP request headers
1026
1026
 
1027
- - **Content-Type**: application/json, multipart/form-data
1027
+ - **Content-Type**: application/x-www-form-urlencoded
1028
1028
  - **Accept**: application/json
1029
1029
 
1030
1030
 
@@ -1079,7 +1079,7 @@ Name | Type | Description | Notes
1079
1079
 
1080
1080
  ### HTTP request headers
1081
1081
 
1082
- - **Content-Type**: application/json, multipart/form-data
1082
+ - **Content-Type**: application/x-www-form-urlencoded
1083
1083
  - **Accept**: application/json
1084
1084
 
1085
1085
 
@@ -1134,7 +1134,7 @@ Name | Type | Description | Notes
1134
1134
 
1135
1135
  ### HTTP request headers
1136
1136
 
1137
- - **Content-Type**: application/json, multipart/form-data
1137
+ - **Content-Type**: application/x-www-form-urlencoded
1138
1138
  - **Accept**: application/json
1139
1139
 
1140
1140
 
@@ -1192,7 +1192,7 @@ Name | Type | Description | Notes
1192
1192
 
1193
1193
  ### HTTP request headers
1194
1194
 
1195
- - **Content-Type**: application/json, multipart/form-data
1195
+ - **Content-Type**: application/x-www-form-urlencoded
1196
1196
  - **Accept**: application/json
1197
1197
 
1198
1198
 
@@ -1258,7 +1258,7 @@ Name | Type | Description | Notes
1258
1258
 
1259
1259
  ### HTTP request headers
1260
1260
 
1261
- - **Content-Type**: application/json, multipart/form-data
1261
+ - **Content-Type**: application/x-www-form-urlencoded
1262
1262
  - **Accept**: application/json
1263
1263
 
1264
1264
 
@@ -1324,7 +1324,7 @@ Name | Type | Description | Notes
1324
1324
 
1325
1325
  ### HTTP request headers
1326
1326
 
1327
- - **Content-Type**: application/json, multipart/form-data
1327
+ - **Content-Type**: application/x-www-form-urlencoded
1328
1328
  - **Accept**: application/json
1329
1329
 
1330
1330
 
@@ -1387,7 +1387,7 @@ Name | Type | Description | Notes
1387
1387
 
1388
1388
  ### HTTP request headers
1389
1389
 
1390
- - **Content-Type**: application/json, multipart/form-data
1390
+ - **Content-Type**: application/x-www-form-urlencoded
1391
1391
  - **Accept**: application/json
1392
1392
 
1393
1393
 
@@ -1442,7 +1442,7 @@ Name | Type | Description | Notes
1442
1442
 
1443
1443
  ### HTTP request headers
1444
1444
 
1445
- - **Content-Type**: application/json, multipart/form-data
1445
+ - **Content-Type**: application/x-www-form-urlencoded
1446
1446
  - **Accept**: application/json
1447
1447
 
1448
1448
 
@@ -1497,7 +1497,7 @@ Name | Type | Description | Notes
1497
1497
 
1498
1498
  ### HTTP request headers
1499
1499
 
1500
- - **Content-Type**: application/json, multipart/form-data
1500
+ - **Content-Type**: application/x-www-form-urlencoded
1501
1501
  - **Accept**: application/json
1502
1502
 
1503
1503
 
@@ -1555,7 +1555,7 @@ Name | Type | Description | Notes
1555
1555
 
1556
1556
  ### HTTP request headers
1557
1557
 
1558
- - **Content-Type**: application/json, multipart/form-data
1558
+ - **Content-Type**: application/x-www-form-urlencoded
1559
1559
  - **Accept**: application/json
1560
1560
 
1561
1561
 
@@ -1613,7 +1613,7 @@ Name | Type | Description | Notes
1613
1613
 
1614
1614
  ### HTTP request headers
1615
1615
 
1616
- - **Content-Type**: application/json, multipart/form-data
1616
+ - **Content-Type**: application/x-www-form-urlencoded
1617
1617
  - **Accept**: application/json
1618
1618
 
1619
1619
 
@@ -1674,7 +1674,7 @@ Name | Type | Description | Notes
1674
1674
 
1675
1675
  ### HTTP request headers
1676
1676
 
1677
- - **Content-Type**: application/json, multipart/form-data
1677
+ - **Content-Type**: application/x-www-form-urlencoded
1678
1678
  - **Accept**: application/json
1679
1679
 
1680
1680
 
@@ -1735,7 +1735,7 @@ Name | Type | Description | Notes
1735
1735
 
1736
1736
  ### HTTP request headers
1737
1737
 
1738
- - **Content-Type**: application/json, multipart/form-data
1738
+ - **Content-Type**: application/x-www-form-urlencoded
1739
1739
  - **Accept**: application/json
1740
1740
 
1741
1741
 
@@ -1796,7 +1796,7 @@ Name | Type | Description | Notes
1796
1796
 
1797
1797
  ### HTTP request headers
1798
1798
 
1799
- - **Content-Type**: application/json, multipart/form-data
1799
+ - **Content-Type**: application/x-www-form-urlencoded
1800
1800
  - **Accept**: application/json
1801
1801
 
1802
1802
 
@@ -1854,7 +1854,7 @@ Name | Type | Description | Notes
1854
1854
 
1855
1855
  ### HTTP request headers
1856
1856
 
1857
- - **Content-Type**: application/json, multipart/form-data
1857
+ - **Content-Type**: application/x-www-form-urlencoded
1858
1858
  - **Accept**: application/json
1859
1859
 
1860
1860
 
@@ -1912,7 +1912,7 @@ Name | Type | Description | Notes
1912
1912
 
1913
1913
  ### HTTP request headers
1914
1914
 
1915
- - **Content-Type**: application/json, multipart/form-data
1915
+ - **Content-Type**: application/x-www-form-urlencoded
1916
1916
  - **Accept**: application/json
1917
1917
 
1918
1918
 
@@ -1980,7 +1980,7 @@ Name | Type | Description | Notes
1980
1980
 
1981
1981
  ### HTTP request headers
1982
1982
 
1983
- - **Content-Type**: application/json, multipart/form-data
1983
+ - **Content-Type**: application/x-www-form-urlencoded
1984
1984
  - **Accept**: application/json
1985
1985
 
1986
1986
 
@@ -2050,7 +2050,7 @@ Name | Type | Description | Notes
2050
2050
 
2051
2051
  ### HTTP request headers
2052
2052
 
2053
- - **Content-Type**: application/json, multipart/form-data
2053
+ - **Content-Type**: application/x-www-form-urlencoded
2054
2054
  - **Accept**: application/json
2055
2055
 
2056
2056
 
@@ -2120,7 +2120,7 @@ Name | Type | Description | Notes
2120
2120
 
2121
2121
  ### HTTP request headers
2122
2122
 
2123
- - **Content-Type**: application/json, multipart/form-data
2123
+ - **Content-Type**: application/x-www-form-urlencoded
2124
2124
  - **Accept**: application/json
2125
2125
 
2126
2126
 
@@ -2187,7 +2187,7 @@ Name | Type | Description | Notes
2187
2187
 
2188
2188
  ### HTTP request headers
2189
2189
 
2190
- - **Content-Type**: application/json, multipart/form-data
2190
+ - **Content-Type**: application/x-www-form-urlencoded
2191
2191
  - **Accept**: application/json
2192
2192
 
2193
2193
 
@@ -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
 
@@ -190,7 +190,7 @@ Name | Type | Description | Notes
190
190
 
191
191
  ### HTTP request headers
192
192
 
193
- - **Content-Type**: application/json, multipart/form-data
193
+ - **Content-Type**: application/x-www-form-urlencoded
194
194
  - **Accept**: application/json
195
195
 
196
196
 
@@ -304,7 +304,7 @@ This endpoint does not need any parameter.
304
304
 
305
305
  ### HTTP request headers
306
306
 
307
- - **Content-Type**: application/json, multipart/form-data
307
+ - **Content-Type**: application/x-www-form-urlencoded
308
308
  - **Accept**: application/json
309
309
 
310
310
 
@@ -351,7 +351,7 @@ nil (empty response body)
351
351
 
352
352
  ### HTTP request headers
353
353
 
354
- - **Content-Type**: application/json, multipart/form-data
354
+ - **Content-Type**: application/x-www-form-urlencoded
355
355
  - **Accept**: application/json
356
356
 
357
357
 
@@ -409,7 +409,7 @@ Name | Type | Description | Notes
409
409
 
410
410
  ### HTTP request headers
411
411
 
412
- - **Content-Type**: application/json, multipart/form-data
412
+ - **Content-Type**: application/x-www-form-urlencoded
413
413
  - **Accept**: application/json
414
414
 
415
415
 
@@ -456,7 +456,7 @@ nil (empty response body)
456
456
 
457
457
  ### HTTP request headers
458
458
 
459
- - **Content-Type**: application/json, multipart/form-data
459
+ - **Content-Type**: application/x-www-form-urlencoded
460
460
  - **Accept**: application/json
461
461
 
462
462
 
@@ -514,7 +514,7 @@ Name | Type | Description | Notes
514
514
 
515
515
  ### HTTP request headers
516
516
 
517
- - **Content-Type**: application/json, multipart/form-data
517
+ - **Content-Type**: application/x-www-form-urlencoded
518
518
  - **Accept**: application/json
519
519
 
520
520
 
@@ -572,7 +572,7 @@ Name | Type | Description | Notes
572
572
 
573
573
  ### HTTP request headers
574
574
 
575
- - **Content-Type**: application/json, multipart/form-data
575
+ - **Content-Type**: application/x-www-form-urlencoded
576
576
  - **Accept**: application/json
577
577
 
578
578
 
@@ -697,7 +697,7 @@ nil (empty response body)
697
697
 
698
698
  ### HTTP request headers
699
699
 
700
- - **Content-Type**: application/json, multipart/form-data
700
+ - **Content-Type**: application/x-www-form-urlencoded
701
701
  - **Accept**: application/json
702
702
 
703
703
 
data/docs/BanksApi.md CHANGED
@@ -189,7 +189,7 @@ Name | Type | Description | Notes
189
189
 
190
190
  ### HTTP request headers
191
191
 
192
- - **Content-Type**: application/json, multipart/form-data
192
+ - **Content-Type**: application/x-www-form-urlencoded
193
193
  - **Accept**: application/json
194
194
 
195
195
 
@@ -247,7 +247,7 @@ Name | Type | Description | Notes
247
247
 
248
248
  ### HTTP request headers
249
249
 
250
- - **Content-Type**: application/json, multipart/form-data
250
+ - **Content-Type**: application/x-www-form-urlencoded
251
251
  - **Accept**: application/json
252
252
 
253
253
 
@@ -305,7 +305,7 @@ Name | Type | Description | Notes
305
305
 
306
306
  ### HTTP request headers
307
307
 
308
- - **Content-Type**: application/json, multipart/form-data
308
+ - **Content-Type**: application/x-www-form-urlencoded
309
309
  - **Accept**: application/json
310
310
 
311
311
 
@@ -366,7 +366,7 @@ Name | Type | Description | Notes
366
366
 
367
367
  ### HTTP request headers
368
368
 
369
- - **Content-Type**: application/json, multipart/form-data
369
+ - **Content-Type**: application/x-www-form-urlencoded
370
370
  - **Accept**: application/json
371
371
 
372
372
 
@@ -424,7 +424,7 @@ Name | Type | Description | Notes
424
424
 
425
425
  ### HTTP request headers
426
426
 
427
- - **Content-Type**: application/json, multipart/form-data
427
+ - **Content-Type**: application/x-www-form-urlencoded
428
428
  - **Accept**: application/json
429
429
 
430
430
 
@@ -479,7 +479,7 @@ Name | Type | Description | Notes
479
479
 
480
480
  ### HTTP request headers
481
481
 
482
- - **Content-Type**: application/json, multipart/form-data
482
+ - **Content-Type**: application/x-www-form-urlencoded
483
483
  - **Accept**: application/json
484
484
 
485
485
 
@@ -543,7 +543,7 @@ Name | Type | Description | Notes
543
543
 
544
544
  ### HTTP request headers
545
545
 
546
- - **Content-Type**: application/json, multipart/form-data
546
+ - **Content-Type**: application/x-www-form-urlencoded
547
547
  - **Accept**: application/json
548
548
 
549
549
 
@@ -601,7 +601,7 @@ Name | Type | Description | Notes
601
601
 
602
602
  ### HTTP request headers
603
603
 
604
- - **Content-Type**: application/json, multipart/form-data
604
+ - **Content-Type**: application/x-www-form-urlencoded
605
605
  - **Accept**: application/json
606
606
 
607
607
 
@@ -659,7 +659,7 @@ Name | Type | Description | Notes
659
659
 
660
660
  ### HTTP request headers
661
661
 
662
- - **Content-Type**: application/json, multipart/form-data
662
+ - **Content-Type**: application/x-www-form-urlencoded
663
663
  - **Accept**: application/json
664
664
 
665
665
 
@@ -717,7 +717,7 @@ Name | Type | Description | Notes
717
717
 
718
718
  ### HTTP request headers
719
719
 
720
- - **Content-Type**: application/json, multipart/form-data
720
+ - **Content-Type**: application/x-www-form-urlencoded
721
721
  - **Accept**: application/json
722
722
 
723
723
 
@@ -775,7 +775,7 @@ Name | Type | Description | Notes
775
775
 
776
776
  ### HTTP request headers
777
777
 
778
- - **Content-Type**: application/json, multipart/form-data
778
+ - **Content-Type**: application/x-www-form-urlencoded
779
779
  - **Accept**: application/json
780
780
 
781
781
 
@@ -830,7 +830,7 @@ Name | Type | Description | Notes
830
830
 
831
831
  ### HTTP request headers
832
832
 
833
- - **Content-Type**: application/json, multipart/form-data
833
+ - **Content-Type**: application/x-www-form-urlencoded
834
834
  - **Accept**: application/json
835
835
 
836
836
 
@@ -888,7 +888,7 @@ Name | Type | Description | Notes
888
888
 
889
889
  ### HTTP request headers
890
890
 
891
- - **Content-Type**: application/json, multipart/form-data
891
+ - **Content-Type**: application/x-www-form-urlencoded
892
892
  - **Accept**: application/json
893
893
 
894
894
 
@@ -943,7 +943,7 @@ Name | Type | Description | Notes
943
943
 
944
944
  ### HTTP request headers
945
945
 
946
- - **Content-Type**: application/json, multipart/form-data
946
+ - **Content-Type**: application/x-www-form-urlencoded
947
947
  - **Accept**: application/json
948
948
 
949
949
 
@@ -1003,7 +1003,7 @@ Name | Type | Description | Notes
1003
1003
 
1004
1004
  ### HTTP request headers
1005
1005
 
1006
- - **Content-Type**: application/json, multipart/form-data
1006
+ - **Content-Type**: application/x-www-form-urlencoded
1007
1007
  - **Accept**: application/json
1008
1008
 
1009
1009
 
@@ -1058,7 +1058,7 @@ Name | Type | Description | Notes
1058
1058
 
1059
1059
  ### HTTP request headers
1060
1060
 
1061
- - **Content-Type**: application/json, multipart/form-data
1061
+ - **Content-Type**: application/x-www-form-urlencoded
1062
1062
  - **Accept**: application/json
1063
1063
 
1064
1064
 
@@ -1138,7 +1138,7 @@ Name | Type | Description | Notes
1138
1138
 
1139
1139
  ### HTTP request headers
1140
1140
 
1141
- - **Content-Type**: application/json, multipart/form-data
1141
+ - **Content-Type**: application/x-www-form-urlencoded
1142
1142
  - **Accept**: application/json
1143
1143
 
1144
1144
 
@@ -1193,7 +1193,7 @@ Name | Type | Description | Notes
1193
1193
 
1194
1194
  ### HTTP request headers
1195
1195
 
1196
- - **Content-Type**: application/json, multipart/form-data
1196
+ - **Content-Type**: application/x-www-form-urlencoded
1197
1197
  - **Accept**: application/json
1198
1198
 
1199
1199
 
@@ -1251,7 +1251,7 @@ Name | Type | Description | Notes
1251
1251
 
1252
1252
  ### HTTP request headers
1253
1253
 
1254
- - **Content-Type**: application/json, multipart/form-data
1254
+ - **Content-Type**: application/x-www-form-urlencoded
1255
1255
  - **Accept**: application/json
1256
1256
 
1257
1257
 
@@ -1312,7 +1312,7 @@ Name | Type | Description | Notes
1312
1312
 
1313
1313
  ### HTTP request headers
1314
1314
 
1315
- - **Content-Type**: application/json, multipart/form-data
1315
+ - **Content-Type**: application/x-www-form-urlencoded
1316
1316
  - **Accept**: application/json
1317
1317
 
1318
1318
 
@@ -1373,7 +1373,7 @@ Name | Type | Description | Notes
1373
1373
 
1374
1374
  ### HTTP request headers
1375
1375
 
1376
- - **Content-Type**: application/json, multipart/form-data
1376
+ - **Content-Type**: application/x-www-form-urlencoded
1377
1377
  - **Accept**: application/json
1378
1378
 
1379
1379
 
@@ -1431,7 +1431,7 @@ Name | Type | Description | Notes
1431
1431
 
1432
1432
  ### HTTP request headers
1433
1433
 
1434
- - **Content-Type**: application/json, multipart/form-data
1434
+ - **Content-Type**: application/x-www-form-urlencoded
1435
1435
  - **Accept**: application/json
1436
1436
 
1437
1437
 
@@ -1489,7 +1489,7 @@ Name | Type | Description | Notes
1489
1489
 
1490
1490
  ### HTTP request headers
1491
1491
 
1492
- - **Content-Type**: application/json, multipart/form-data
1492
+ - **Content-Type**: application/x-www-form-urlencoded
1493
1493
  - **Accept**: application/json
1494
1494
 
1495
1495
 
@@ -1547,7 +1547,7 @@ Name | Type | Description | Notes
1547
1547
 
1548
1548
  ### HTTP request headers
1549
1549
 
1550
- - **Content-Type**: application/json, multipart/form-data
1550
+ - **Content-Type**: application/x-www-form-urlencoded
1551
1551
  - **Accept**: application/json
1552
1552
 
1553
1553
 
@@ -1605,7 +1605,7 @@ Name | Type | Description | Notes
1605
1605
 
1606
1606
  ### HTTP request headers
1607
1607
 
1608
- - **Content-Type**: application/json, multipart/form-data
1608
+ - **Content-Type**: application/x-www-form-urlencoded
1609
1609
  - **Accept**: application/json
1610
1610
 
1611
1611
 
@@ -1671,7 +1671,7 @@ Name | Type | Description | Notes
1671
1671
 
1672
1672
  ### HTTP request headers
1673
1673
 
1674
- - **Content-Type**: application/json, multipart/form-data
1674
+ - **Content-Type**: application/x-www-form-urlencoded
1675
1675
  - **Accept**: application/json
1676
1676
 
1677
1677
 
@@ -1729,7 +1729,7 @@ Name | Type | Description | Notes
1729
1729
 
1730
1730
  ### HTTP request headers
1731
1731
 
1732
- - **Content-Type**: application/json, multipart/form-data
1732
+ - **Content-Type**: application/x-www-form-urlencoded
1733
1733
  - **Accept**: application/json
1734
1734
 
1735
1735
 
@@ -1794,7 +1794,7 @@ Name | Type | Description | Notes
1794
1794
 
1795
1795
  ### HTTP request headers
1796
1796
 
1797
- - **Content-Type**: application/json, multipart/form-data
1797
+ - **Content-Type**: application/x-www-form-urlencoded
1798
1798
  - **Accept**: application/json
1799
1799
 
1800
1800
 
@@ -1925,7 +1925,7 @@ Name | Type | Description | Notes
1925
1925
 
1926
1926
  ### HTTP request headers
1927
1927
 
1928
- - **Content-Type**: application/json, multipart/form-data
1928
+ - **Content-Type**: application/x-www-form-urlencoded
1929
1929
  - **Accept**: application/json
1930
1930
 
1931
1931
 
@@ -2001,7 +2001,7 @@ nil (empty response body)
2001
2001
 
2002
2002
  ### HTTP request headers
2003
2003
 
2004
- - **Content-Type**: application/json, multipart/form-data
2004
+ - **Content-Type**: application/x-www-form-urlencoded
2005
2005
  - **Accept**: application/json
2006
2006
 
2007
2007
 
@@ -2078,7 +2078,7 @@ Name | Type | Description | Notes
2078
2078
 
2079
2079
  ### HTTP request headers
2080
2080
 
2081
- - **Content-Type**: application/json, multipart/form-data
2081
+ - **Content-Type**: application/x-www-form-urlencoded
2082
2082
  - **Accept**: application/json
2083
2083
 
2084
2084
 
@@ -2133,7 +2133,7 @@ Name | Type | Description | Notes
2133
2133
 
2134
2134
  ### HTTP request headers
2135
2135
 
2136
- - **Content-Type**: application/json, multipart/form-data
2136
+ - **Content-Type**: application/x-www-form-urlencoded
2137
2137
  - **Accept**: application/json
2138
2138
 
2139
2139
 
@@ -2193,7 +2193,7 @@ Name | Type | Description | Notes
2193
2193
 
2194
2194
  ### HTTP request headers
2195
2195
 
2196
- - **Content-Type**: application/json, multipart/form-data
2196
+ - **Content-Type**: application/x-www-form-urlencoded
2197
2197
  - **Accept**: application/json
2198
2198
 
2199
2199
 
@@ -2251,7 +2251,7 @@ Name | Type | Description | Notes
2251
2251
 
2252
2252
  ### HTTP request headers
2253
2253
 
2254
- - **Content-Type**: application/json, multipart/form-data
2254
+ - **Content-Type**: application/x-www-form-urlencoded
2255
2255
  - **Accept**: application/json
2256
2256
 
2257
2257
 
@@ -2309,7 +2309,7 @@ Name | Type | Description | Notes
2309
2309
 
2310
2310
  ### HTTP request headers
2311
2311
 
2312
- - **Content-Type**: application/json, multipart/form-data
2312
+ - **Content-Type**: application/x-www-form-urlencoded
2313
2313
  - **Accept**: application/json
2314
2314
 
2315
2315
 
@@ -2367,7 +2367,7 @@ Name | Type | Description | Notes
2367
2367
 
2368
2368
  ### HTTP request headers
2369
2369
 
2370
- - **Content-Type**: application/json, multipart/form-data
2370
+ - **Content-Type**: application/x-www-form-urlencoded
2371
2371
  - **Accept**: application/json
2372
2372
 
2373
2373
 
@@ -2425,7 +2425,7 @@ Name | Type | Description | Notes
2425
2425
 
2426
2426
  ### HTTP request headers
2427
2427
 
2428
- - **Content-Type**: application/json, multipart/form-data
2428
+ - **Content-Type**: application/x-www-form-urlencoded
2429
2429
  - **Accept**: application/json
2430
2430
 
2431
2431
 
@@ -2483,7 +2483,7 @@ Name | Type | Description | Notes
2483
2483
 
2484
2484
  ### HTTP request headers
2485
2485
 
2486
- - **Content-Type**: application/json, multipart/form-data
2486
+ - **Content-Type**: application/x-www-form-urlencoded
2487
2487
  - **Accept**: application/json
2488
2488
 
2489
2489
 
@@ -2544,7 +2544,7 @@ Name | Type | Description | Notes
2544
2544
 
2545
2545
  ### HTTP request headers
2546
2546
 
2547
- - **Content-Type**: application/json, multipart/form-data
2547
+ - **Content-Type**: application/x-www-form-urlencoded
2548
2548
  - **Accept**: application/json
2549
2549
 
2550
2550
 
@@ -2602,7 +2602,7 @@ Name | Type | Description | Notes
2602
2602
 
2603
2603
  ### HTTP request headers
2604
2604
 
2605
- - **Content-Type**: application/json, multipart/form-data
2605
+ - **Content-Type**: application/x-www-form-urlencoded
2606
2606
  - **Accept**: application/json
2607
2607
 
2608
2608
 
@@ -2660,7 +2660,7 @@ Name | Type | Description | Notes
2660
2660
 
2661
2661
  ### HTTP request headers
2662
2662
 
2663
- - **Content-Type**: application/json, multipart/form-data
2663
+ - **Content-Type**: application/x-www-form-urlencoded
2664
2664
  - **Accept**: application/json
2665
2665
 
2666
2666
 
@@ -2716,7 +2716,7 @@ nil (empty response body)
2716
2716
 
2717
2717
  ### HTTP request headers
2718
2718
 
2719
- - **Content-Type**: application/json, multipart/form-data
2719
+ - **Content-Type**: application/x-www-form-urlencoded
2720
2720
  - **Accept**: application/json
2721
2721
 
2722
2722
 
@@ -2777,7 +2777,7 @@ Name | Type | Description | Notes
2777
2777
 
2778
2778
  ### HTTP request headers
2779
2779
 
2780
- - **Content-Type**: application/json, multipart/form-data
2780
+ - **Content-Type**: application/x-www-form-urlencoded
2781
2781
  - **Accept**: application/json
2782
2782
 
2783
2783
 
@@ -2841,7 +2841,7 @@ nil (empty response body)
2841
2841
 
2842
2842
  ### HTTP request headers
2843
2843
 
2844
- - **Content-Type**: application/json, multipart/form-data
2844
+ - **Content-Type**: application/x-www-form-urlencoded
2845
2845
  - **Accept**: application/json
2846
2846
 
2847
2847
 
@@ -2910,7 +2910,7 @@ Name | Type | Description | Notes
2910
2910
 
2911
2911
  ### HTTP request headers
2912
2912
 
2913
- - **Content-Type**: application/json, multipart/form-data
2913
+ - **Content-Type**: application/x-www-form-urlencoded
2914
2914
  - **Accept**: application/json
2915
2915
 
2916
2916
 
@@ -2985,7 +2985,7 @@ Name | Type | Description | Notes
2985
2985
 
2986
2986
  ### HTTP request headers
2987
2987
 
2988
- - **Content-Type**: application/json, multipart/form-data
2988
+ - **Content-Type**: application/x-www-form-urlencoded
2989
2989
  - **Accept**: application/json
2990
2990
 
2991
2991
 
@@ -3046,7 +3046,7 @@ Name | Type | Description | Notes
3046
3046
 
3047
3047
  ### HTTP request headers
3048
3048
 
3049
- - **Content-Type**: application/json, multipart/form-data
3049
+ - **Content-Type**: application/x-www-form-urlencoded
3050
3050
  - **Accept**: application/json
3051
3051
 
3052
3052
 
@@ -3107,7 +3107,7 @@ Name | Type | Description | Notes
3107
3107
 
3108
3108
  ### HTTP request headers
3109
3109
 
3110
- - **Content-Type**: application/json, multipart/form-data
3110
+ - **Content-Type**: application/x-www-form-urlencoded
3111
3111
  - **Accept**: application/json
3112
3112
 
3113
3113
 
@@ -3194,7 +3194,7 @@ Name | Type | Description | Notes
3194
3194
 
3195
3195
  ### HTTP request headers
3196
3196
 
3197
- - **Content-Type**: application/json, multipart/form-data
3197
+ - **Content-Type**: application/x-www-form-urlencoded
3198
3198
  - **Accept**: application/json
3199
3199
 
3200
3200
 
@@ -3258,7 +3258,7 @@ Name | Type | Description | Notes
3258
3258
 
3259
3259
  ### HTTP request headers
3260
3260
 
3261
- - **Content-Type**: application/json, multipart/form-data
3261
+ - **Content-Type**: application/x-www-form-urlencoded
3262
3262
  - **Accept**: application/json
3263
3263
 
3264
3264
 
@@ -3322,7 +3322,7 @@ Name | Type | Description | Notes
3322
3322
 
3323
3323
  ### HTTP request headers
3324
3324
 
3325
- - **Content-Type**: application/json, multipart/form-data
3325
+ - **Content-Type**: application/x-www-form-urlencoded
3326
3326
  - **Accept**: application/json
3327
3327
 
3328
3328
 
@@ -3389,7 +3389,7 @@ Name | Type | Description | Notes
3389
3389
 
3390
3390
  ### HTTP request headers
3391
3391
 
3392
- - **Content-Type**: application/json, multipart/form-data
3392
+ - **Content-Type**: application/x-www-form-urlencoded
3393
3393
  - **Accept**: application/json
3394
3394
 
3395
3395
 
@@ -3456,7 +3456,7 @@ Name | Type | Description | Notes
3456
3456
 
3457
3457
  ### HTTP request headers
3458
3458
 
3459
- - **Content-Type**: application/json, multipart/form-data
3459
+ - **Content-Type**: application/x-www-form-urlencoded
3460
3460
  - **Accept**: application/json
3461
3461
 
3462
3462
 
@@ -3520,7 +3520,7 @@ Name | Type | Description | Notes
3520
3520
 
3521
3521
  ### HTTP request headers
3522
3522
 
3523
- - **Content-Type**: application/json, multipart/form-data
3523
+ - **Content-Type**: application/x-www-form-urlencoded
3524
3524
  - **Accept**: application/json
3525
3525
 
3526
3526
 
@@ -3594,7 +3594,7 @@ Name | Type | Description | Notes
3594
3594
 
3595
3595
  ### HTTP request headers
3596
3596
 
3597
- - **Content-Type**: application/json, multipart/form-data
3597
+ - **Content-Type**: application/x-www-form-urlencoded
3598
3598
  - **Accept**: application/json
3599
3599
 
3600
3600
 
@@ -3678,7 +3678,7 @@ Name | Type | Description | Notes
3678
3678
 
3679
3679
  ### HTTP request headers
3680
3680
 
3681
- - **Content-Type**: application/json, multipart/form-data
3681
+ - **Content-Type**: application/x-www-form-urlencoded
3682
3682
  - **Accept**: application/json
3683
3683
 
3684
3684
 
@@ -3739,7 +3739,7 @@ Name | Type | Description | Notes
3739
3739
 
3740
3740
  ### HTTP request headers
3741
3741
 
3742
- - **Content-Type**: application/json, multipart/form-data
3742
+ - **Content-Type**: application/x-www-form-urlencoded
3743
3743
  - **Accept**: application/json
3744
3744
 
3745
3745
 
@@ -3803,7 +3803,7 @@ Name | Type | Description | Notes
3803
3803
 
3804
3804
  ### HTTP request headers
3805
3805
 
3806
- - **Content-Type**: application/json, multipart/form-data
3806
+ - **Content-Type**: application/x-www-form-urlencoded
3807
3807
  - **Accept**: application/json
3808
3808
 
3809
3809
 
@@ -3867,7 +3867,7 @@ Name | Type | Description | Notes
3867
3867
 
3868
3868
  ### HTTP request headers
3869
3869
 
3870
- - **Content-Type**: application/json, multipart/form-data
3870
+ - **Content-Type**: application/x-www-form-urlencoded
3871
3871
  - **Accept**: application/json
3872
3872
 
3873
3873
 
@@ -3928,7 +3928,7 @@ Name | Type | Description | Notes
3928
3928
 
3929
3929
  ### HTTP request headers
3930
3930
 
3931
- - **Content-Type**: application/json, multipart/form-data
3931
+ - **Content-Type**: application/x-www-form-urlencoded
3932
3932
  - **Accept**: application/json
3933
3933
 
3934
3934
 
@@ -3999,7 +3999,7 @@ Name | Type | Description | Notes
3999
3999
 
4000
4000
  ### HTTP request headers
4001
4001
 
4002
- - **Content-Type**: application/json, multipart/form-data
4002
+ - **Content-Type**: application/x-www-form-urlencoded
4003
4003
  - **Accept**: application/json
4004
4004
 
4005
4005
 
@@ -4057,7 +4057,7 @@ Name | Type | Description | Notes
4057
4057
 
4058
4058
  ### HTTP request headers
4059
4059
 
4060
- - **Content-Type**: application/json, multipart/form-data
4060
+ - **Content-Type**: application/x-www-form-urlencoded
4061
4061
  - **Accept**: application/json
4062
4062
 
4063
4063
 
@@ -4115,7 +4115,7 @@ Name | Type | Description | Notes
4115
4115
 
4116
4116
  ### HTTP request headers
4117
4117
 
4118
- - **Content-Type**: application/json, multipart/form-data
4118
+ - **Content-Type**: application/x-www-form-urlencoded
4119
4119
  - **Accept**: application/json
4120
4120
 
4121
4121
 
@@ -4173,7 +4173,7 @@ Name | Type | Description | Notes
4173
4173
 
4174
4174
  ### HTTP request headers
4175
4175
 
4176
- - **Content-Type**: application/json, multipart/form-data
4176
+ - **Content-Type**: application/x-www-form-urlencoded
4177
4177
  - **Accept**: application/json
4178
4178
 
4179
4179
 
@@ -4234,7 +4234,7 @@ Name | Type | Description | Notes
4234
4234
 
4235
4235
  ### HTTP request headers
4236
4236
 
4237
- - **Content-Type**: application/json, multipart/form-data
4237
+ - **Content-Type**: application/x-www-form-urlencoded
4238
4238
  - **Accept**: application/json
4239
4239
 
4240
4240
 
@@ -4299,7 +4299,7 @@ Name | Type | Description | Notes
4299
4299
 
4300
4300
  ### HTTP request headers
4301
4301
 
4302
- - **Content-Type**: application/json, multipart/form-data
4302
+ - **Content-Type**: application/x-www-form-urlencoded
4303
4303
  - **Accept**: application/json
4304
4304
 
4305
4305
 
@@ -4371,7 +4371,7 @@ Name | Type | Description | Notes
4371
4371
 
4372
4372
  ### HTTP request headers
4373
4373
 
4374
- - **Content-Type**: application/json, multipart/form-data
4374
+ - **Content-Type**: application/x-www-form-urlencoded
4375
4375
  - **Accept**: application/json
4376
4376
 
4377
4377
 
@@ -4424,7 +4424,7 @@ nil (empty response body)
4424
4424
 
4425
4425
  ### HTTP request headers
4426
4426
 
4427
- - **Content-Type**: application/json, multipart/form-data
4427
+ - **Content-Type**: application/x-www-form-urlencoded
4428
4428
  - **Accept**: application/json
4429
4429
 
4430
4430
 
@@ -4482,7 +4482,7 @@ Name | Type | Description | Notes
4482
4482
 
4483
4483
  ### HTTP request headers
4484
4484
 
4485
- - **Content-Type**: application/json, multipart/form-data
4485
+ - **Content-Type**: application/x-www-form-urlencoded
4486
4486
  - **Accept**: application/json
4487
4487
 
4488
4488
 
@@ -4540,7 +4540,7 @@ Name | Type | Description | Notes
4540
4540
 
4541
4541
  ### HTTP request headers
4542
4542
 
4543
- - **Content-Type**: application/json, multipart/form-data
4543
+ - **Content-Type**: application/x-www-form-urlencoded
4544
4544
  - **Accept**: application/json
4545
4545
 
4546
4546
 
@@ -4601,7 +4601,7 @@ Name | Type | Description | Notes
4601
4601
 
4602
4602
  ### HTTP request headers
4603
4603
 
4604
- - **Content-Type**: application/json, multipart/form-data
4604
+ - **Content-Type**: application/x-www-form-urlencoded
4605
4605
  - **Accept**: application/json
4606
4606
 
4607
4607
 
@@ -4662,7 +4662,7 @@ Name | Type | Description | Notes
4662
4662
 
4663
4663
  ### HTTP request headers
4664
4664
 
4665
- - **Content-Type**: application/json, multipart/form-data
4665
+ - **Content-Type**: application/x-www-form-urlencoded
4666
4666
  - **Accept**: application/json
4667
4667
 
4668
4668
 
@@ -4721,7 +4721,7 @@ nil (empty response body)
4721
4721
 
4722
4722
  ### HTTP request headers
4723
4723
 
4724
- - **Content-Type**: application/json, multipart/form-data
4724
+ - **Content-Type**: application/x-www-form-urlencoded
4725
4725
  - **Accept**: application/json
4726
4726
 
4727
4727
 
@@ -4785,7 +4785,7 @@ Name | Type | Description | Notes
4785
4785
 
4786
4786
  ### HTTP request headers
4787
4787
 
4788
- - **Content-Type**: application/json, multipart/form-data
4788
+ - **Content-Type**: application/x-www-form-urlencoded
4789
4789
  - **Accept**: application/json
4790
4790
 
4791
4791
 
@@ -4852,7 +4852,7 @@ nil (empty response body)
4852
4852
 
4853
4853
  ### HTTP request headers
4854
4854
 
4855
- - **Content-Type**: application/json, multipart/form-data
4855
+ - **Content-Type**: application/x-www-form-urlencoded
4856
4856
  - **Accept**: application/json
4857
4857
 
4858
4858
 
@@ -4924,7 +4924,7 @@ Name | Type | Description | Notes
4924
4924
 
4925
4925
  ### HTTP request headers
4926
4926
 
4927
- - **Content-Type**: application/json, multipart/form-data
4927
+ - **Content-Type**: application/x-www-form-urlencoded
4928
4928
  - **Accept**: application/json
4929
4929
 
4930
4930
 
@@ -5002,7 +5002,7 @@ Name | Type | Description | Notes
5002
5002
 
5003
5003
  ### HTTP request headers
5004
5004
 
5005
- - **Content-Type**: application/json, multipart/form-data
5005
+ - **Content-Type**: application/x-www-form-urlencoded
5006
5006
  - **Accept**: application/json
5007
5007
 
5008
5008
 
@@ -5066,7 +5066,7 @@ Name | Type | Description | Notes
5066
5066
 
5067
5067
  ### HTTP request headers
5068
5068
 
5069
- - **Content-Type**: application/json, multipart/form-data
5069
+ - **Content-Type**: application/x-www-form-urlencoded
5070
5070
  - **Accept**: application/json
5071
5071
 
5072
5072
 
@@ -5130,7 +5130,7 @@ Name | Type | Description | Notes
5130
5130
 
5131
5131
  ### HTTP request headers
5132
5132
 
5133
- - **Content-Type**: application/json, multipart/form-data
5133
+ - **Content-Type**: application/x-www-form-urlencoded
5134
5134
  - **Accept**: application/json
5135
5135
 
5136
5136
 
@@ -5220,7 +5220,7 @@ Name | Type | Description | Notes
5220
5220
 
5221
5221
  ### HTTP request headers
5222
5222
 
5223
- - **Content-Type**: application/json, multipart/form-data
5223
+ - **Content-Type**: application/x-www-form-urlencoded
5224
5224
  - **Accept**: application/json
5225
5225
 
5226
5226
 
@@ -5287,7 +5287,7 @@ Name | Type | Description | Notes
5287
5287
 
5288
5288
  ### HTTP request headers
5289
5289
 
5290
- - **Content-Type**: application/json, multipart/form-data
5290
+ - **Content-Type**: application/x-www-form-urlencoded
5291
5291
  - **Accept**: application/json
5292
5292
 
5293
5293
 
@@ -5354,7 +5354,7 @@ Name | Type | Description | Notes
5354
5354
 
5355
5355
  ### HTTP request headers
5356
5356
 
5357
- - **Content-Type**: application/json, multipart/form-data
5357
+ - **Content-Type**: application/x-www-form-urlencoded
5358
5358
  - **Accept**: application/json
5359
5359
 
5360
5360
 
@@ -5424,7 +5424,7 @@ Name | Type | Description | Notes
5424
5424
 
5425
5425
  ### HTTP request headers
5426
5426
 
5427
- - **Content-Type**: application/json, multipart/form-data
5427
+ - **Content-Type**: application/x-www-form-urlencoded
5428
5428
  - **Accept**: application/json
5429
5429
 
5430
5430
 
@@ -5494,7 +5494,7 @@ Name | Type | Description | Notes
5494
5494
 
5495
5495
  ### HTTP request headers
5496
5496
 
5497
- - **Content-Type**: application/json, multipart/form-data
5497
+ - **Content-Type**: application/x-www-form-urlencoded
5498
5498
  - **Accept**: application/json
5499
5499
 
5500
5500
 
@@ -5561,7 +5561,7 @@ Name | Type | Description | Notes
5561
5561
 
5562
5562
  ### HTTP request headers
5563
5563
 
5564
- - **Content-Type**: application/json, multipart/form-data
5564
+ - **Content-Type**: application/x-www-form-urlencoded
5565
5565
  - **Accept**: application/json
5566
5566
 
5567
5567
 
@@ -5638,7 +5638,7 @@ Name | Type | Description | Notes
5638
5638
 
5639
5639
  ### HTTP request headers
5640
5640
 
5641
- - **Content-Type**: application/json, multipart/form-data
5641
+ - **Content-Type**: application/x-www-form-urlencoded
5642
5642
  - **Accept**: application/json
5643
5643
 
5644
5644
 
@@ -5725,7 +5725,7 @@ Name | Type | Description | Notes
5725
5725
 
5726
5726
  ### HTTP request headers
5727
5727
 
5728
- - **Content-Type**: application/json, multipart/form-data
5728
+ - **Content-Type**: application/x-www-form-urlencoded
5729
5729
  - **Accept**: application/json
5730
5730
 
5731
5731
 
@@ -5789,7 +5789,7 @@ Name | Type | Description | Notes
5789
5789
 
5790
5790
  ### HTTP request headers
5791
5791
 
5792
- - **Content-Type**: application/json, multipart/form-data
5792
+ - **Content-Type**: application/x-www-form-urlencoded
5793
5793
  - **Accept**: application/json
5794
5794
 
5795
5795
 
@@ -5856,7 +5856,7 @@ Name | Type | Description | Notes
5856
5856
 
5857
5857
  ### HTTP request headers
5858
5858
 
5859
- - **Content-Type**: application/json, multipart/form-data
5859
+ - **Content-Type**: application/x-www-form-urlencoded
5860
5860
  - **Accept**: application/json
5861
5861
 
5862
5862
 
@@ -5923,7 +5923,7 @@ Name | Type | Description | Notes
5923
5923
 
5924
5924
  ### HTTP request headers
5925
5925
 
5926
- - **Content-Type**: application/json, multipart/form-data
5926
+ - **Content-Type**: application/x-www-form-urlencoded
5927
5927
  - **Accept**: application/json
5928
5928
 
5929
5929
 
@@ -5987,7 +5987,7 @@ Name | Type | Description | Notes
5987
5987
 
5988
5988
  ### HTTP request headers
5989
5989
 
5990
- - **Content-Type**: application/json, multipart/form-data
5990
+ - **Content-Type**: application/x-www-form-urlencoded
5991
5991
  - **Accept**: application/json
5992
5992
 
5993
5993
 
@@ -6122,7 +6122,7 @@ Name | Type | Description | Notes
6122
6122
 
6123
6123
  ### HTTP request headers
6124
6124
 
6125
- - **Content-Type**: application/json, multipart/form-data
6125
+ - **Content-Type**: application/x-www-form-urlencoded
6126
6126
  - **Accept**: application/json
6127
6127
 
6128
6128
 
@@ -6183,7 +6183,7 @@ Name | Type | Description | Notes
6183
6183
 
6184
6184
  ### HTTP request headers
6185
6185
 
6186
- - **Content-Type**: application/json, multipart/form-data
6186
+ - **Content-Type**: application/x-www-form-urlencoded
6187
6187
  - **Accept**: application/json
6188
6188
 
6189
6189
 
@@ -6244,7 +6244,7 @@ Name | Type | Description | Notes
6244
6244
 
6245
6245
  ### HTTP request headers
6246
6246
 
6247
- - **Content-Type**: application/json, multipart/form-data
6247
+ - **Content-Type**: application/x-www-form-urlencoded
6248
6248
  - **Accept**: application/json
6249
6249
 
6250
6250
 
@@ -6305,7 +6305,7 @@ Name | Type | Description | Notes
6305
6305
 
6306
6306
  ### HTTP request headers
6307
6307
 
6308
- - **Content-Type**: application/json, multipart/form-data
6308
+ - **Content-Type**: application/x-www-form-urlencoded
6309
6309
  - **Accept**: application/json
6310
6310
 
6311
6311
 
@@ -6388,7 +6388,7 @@ Name | Type | Description | Notes
6388
6388
 
6389
6389
  ### HTTP request headers
6390
6390
 
6391
- - **Content-Type**: application/json, multipart/form-data
6391
+ - **Content-Type**: application/x-www-form-urlencoded
6392
6392
  - **Accept**: application/json
6393
6393
 
6394
6394
 
@@ -6520,7 +6520,7 @@ Name | Type | Description | Notes
6520
6520
 
6521
6521
  ### HTTP request headers
6522
6522
 
6523
- - **Content-Type**: application/json, multipart/form-data
6523
+ - **Content-Type**: application/x-www-form-urlencoded
6524
6524
  - **Accept**: application/json
6525
6525
 
6526
6526
 
@@ -6581,7 +6581,7 @@ Name | Type | Description | Notes
6581
6581
 
6582
6582
  ### HTTP request headers
6583
6583
 
6584
- - **Content-Type**: application/json, multipart/form-data
6584
+ - **Content-Type**: application/x-www-form-urlencoded
6585
6585
  - **Accept**: application/json
6586
6586
 
6587
6587
 
@@ -6645,7 +6645,7 @@ Name | Type | Description | Notes
6645
6645
 
6646
6646
  ### HTTP request headers
6647
6647
 
6648
- - **Content-Type**: application/json, multipart/form-data
6648
+ - **Content-Type**: application/x-www-form-urlencoded
6649
6649
  - **Accept**: application/json
6650
6650
 
6651
6651
 
@@ -6709,7 +6709,7 @@ Name | Type | Description | Notes
6709
6709
 
6710
6710
  ### HTTP request headers
6711
6711
 
6712
- - **Content-Type**: application/json, multipart/form-data
6712
+ - **Content-Type**: application/x-www-form-urlencoded
6713
6713
  - **Accept**: application/json
6714
6714
 
6715
6715
 
@@ -6773,7 +6773,7 @@ Name | Type | Description | Notes
6773
6773
 
6774
6774
  ### HTTP request headers
6775
6775
 
6776
- - **Content-Type**: application/json, multipart/form-data
6776
+ - **Content-Type**: application/x-www-form-urlencoded
6777
6777
  - **Accept**: application/json
6778
6778
 
6779
6779
 
@@ -6834,7 +6834,7 @@ Name | Type | Description | Notes
6834
6834
 
6835
6835
  ### HTTP request headers
6836
6836
 
6837
- - **Content-Type**: application/json, multipart/form-data
6837
+ - **Content-Type**: application/x-www-form-urlencoded
6838
6838
  - **Accept**: application/json
6839
6839
 
6840
6840
 
@@ -6921,7 +6921,7 @@ Name | Type | Description | Notes
6921
6921
 
6922
6922
  ### HTTP request headers
6923
6923
 
6924
- - **Content-Type**: application/json, multipart/form-data
6924
+ - **Content-Type**: application/x-www-form-urlencoded
6925
6925
  - **Accept**: application/json
6926
6926
 
6927
6927
 
@@ -6985,7 +6985,7 @@ Name | Type | Description | Notes
6985
6985
 
6986
6986
  ### HTTP request headers
6987
6987
 
6988
- - **Content-Type**: application/json, multipart/form-data
6988
+ - **Content-Type**: application/x-www-form-urlencoded
6989
6989
  - **Accept**: application/json
6990
6990
 
6991
6991
 
@@ -7049,7 +7049,7 @@ Name | Type | Description | Notes
7049
7049
 
7050
7050
  ### HTTP request headers
7051
7051
 
7052
- - **Content-Type**: application/json, multipart/form-data
7052
+ - **Content-Type**: application/x-www-form-urlencoded
7053
7053
  - **Accept**: application/json
7054
7054
 
7055
7055
 
@@ -7116,7 +7116,7 @@ Name | Type | Description | Notes
7116
7116
 
7117
7117
  ### HTTP request headers
7118
7118
 
7119
- - **Content-Type**: application/json, multipart/form-data
7119
+ - **Content-Type**: application/x-www-form-urlencoded
7120
7120
  - **Accept**: application/json
7121
7121
 
7122
7122
 
@@ -7183,7 +7183,7 @@ Name | Type | Description | Notes
7183
7183
 
7184
7184
  ### HTTP request headers
7185
7185
 
7186
- - **Content-Type**: application/json, multipart/form-data
7186
+ - **Content-Type**: application/x-www-form-urlencoded
7187
7187
  - **Accept**: application/json
7188
7188
 
7189
7189
 
@@ -7247,7 +7247,7 @@ Name | Type | Description | Notes
7247
7247
 
7248
7248
  ### HTTP request headers
7249
7249
 
7250
- - **Content-Type**: application/json, multipart/form-data
7250
+ - **Content-Type**: application/x-www-form-urlencoded
7251
7251
  - **Accept**: application/json
7252
7252
 
7253
7253
 
@@ -7321,7 +7321,7 @@ Name | Type | Description | Notes
7321
7321
 
7322
7322
  ### HTTP request headers
7323
7323
 
7324
- - **Content-Type**: application/json, multipart/form-data
7324
+ - **Content-Type**: application/x-www-form-urlencoded
7325
7325
  - **Accept**: application/json
7326
7326
 
7327
7327
 
@@ -7405,7 +7405,7 @@ Name | Type | Description | Notes
7405
7405
 
7406
7406
  ### HTTP request headers
7407
7407
 
7408
- - **Content-Type**: application/json, multipart/form-data
7408
+ - **Content-Type**: application/x-www-form-urlencoded
7409
7409
  - **Accept**: application/json
7410
7410
 
7411
7411
 
@@ -7466,7 +7466,7 @@ Name | Type | Description | Notes
7466
7466
 
7467
7467
  ### HTTP request headers
7468
7468
 
7469
- - **Content-Type**: application/json, multipart/form-data
7469
+ - **Content-Type**: application/x-www-form-urlencoded
7470
7470
  - **Accept**: application/json
7471
7471
 
7472
7472
 
@@ -7530,7 +7530,7 @@ Name | Type | Description | Notes
7530
7530
 
7531
7531
  ### HTTP request headers
7532
7532
 
7533
- - **Content-Type**: application/json, multipart/form-data
7533
+ - **Content-Type**: application/x-www-form-urlencoded
7534
7534
  - **Accept**: application/json
7535
7535
 
7536
7536
 
@@ -7594,7 +7594,7 @@ Name | Type | Description | Notes
7594
7594
 
7595
7595
  ### HTTP request headers
7596
7596
 
7597
- - **Content-Type**: application/json, multipart/form-data
7597
+ - **Content-Type**: application/x-www-form-urlencoded
7598
7598
  - **Accept**: application/json
7599
7599
 
7600
7600
 
@@ -7655,7 +7655,7 @@ Name | Type | Description | Notes
7655
7655
 
7656
7656
  ### HTTP request headers
7657
7657
 
7658
- - **Content-Type**: application/json, multipart/form-data
7658
+ - **Content-Type**: application/x-www-form-urlencoded
7659
7659
  - **Accept**: application/json
7660
7660
 
7661
7661
 
@@ -7800,7 +7800,7 @@ nil (empty response body)
7800
7800
 
7801
7801
  ### HTTP request headers
7802
7802
 
7803
- - **Content-Type**: application/json, multipart/form-data
7803
+ - **Content-Type**: application/x-www-form-urlencoded
7804
7804
  - **Accept**: application/json
7805
7805
 
7806
7806
 
@@ -7880,7 +7880,7 @@ Name | Type | Description | Notes
7880
7880
 
7881
7881
  ### HTTP request headers
7882
7882
 
7883
- - **Content-Type**: application/json, multipart/form-data
7883
+ - **Content-Type**: application/x-www-form-urlencoded
7884
7884
  - **Accept**: application/json
7885
7885
 
7886
7886
 
@@ -7938,7 +7938,7 @@ Name | Type | Description | Notes
7938
7938
 
7939
7939
  ### HTTP request headers
7940
7940
 
7941
- - **Content-Type**: application/json, multipart/form-data
7941
+ - **Content-Type**: application/x-www-form-urlencoded
7942
7942
  - **Accept**: application/json
7943
7943
 
7944
7944
 
@@ -8022,7 +8022,7 @@ Name | Type | Description | Notes
8022
8022
 
8023
8023
  ### HTTP request headers
8024
8024
 
8025
- - **Content-Type**: application/json, multipart/form-data
8025
+ - **Content-Type**: application/x-www-form-urlencoded
8026
8026
  - **Accept**: application/json
8027
8027
 
8028
8028
 
@@ -8083,7 +8083,7 @@ Name | Type | Description | Notes
8083
8083
 
8084
8084
  ### HTTP request headers
8085
8085
 
8086
- - **Content-Type**: application/json, multipart/form-data
8086
+ - **Content-Type**: application/x-www-form-urlencoded
8087
8087
  - **Accept**: application/json
8088
8088
 
8089
8089
 
@@ -8144,7 +8144,7 @@ Name | Type | Description | Notes
8144
8144
 
8145
8145
  ### HTTP request headers
8146
8146
 
8147
- - **Content-Type**: application/json, multipart/form-data
8147
+ - **Content-Type**: application/x-www-form-urlencoded
8148
8148
  - **Accept**: application/json
8149
8149
 
8150
8150
 
@@ -8208,7 +8208,7 @@ Name | Type | Description | Notes
8208
8208
 
8209
8209
  ### HTTP request headers
8210
8210
 
8211
- - **Content-Type**: application/json, multipart/form-data
8211
+ - **Content-Type**: application/x-www-form-urlencoded
8212
8212
  - **Accept**: application/json
8213
8213
 
8214
8214
 
@@ -8272,7 +8272,7 @@ Name | Type | Description | Notes
8272
8272
 
8273
8273
  ### HTTP request headers
8274
8274
 
8275
- - **Content-Type**: application/json, multipart/form-data
8275
+ - **Content-Type**: application/x-www-form-urlencoded
8276
8276
  - **Accept**: application/json
8277
8277
 
8278
8278
 
@@ -8333,7 +8333,7 @@ Name | Type | Description | Notes
8333
8333
 
8334
8334
  ### HTTP request headers
8335
8335
 
8336
- - **Content-Type**: application/json, multipart/form-data
8336
+ - **Content-Type**: application/x-www-form-urlencoded
8337
8337
  - **Accept**: application/json
8338
8338
 
8339
8339
 
@@ -8543,7 +8543,7 @@ Name | Type | Description | Notes
8543
8543
 
8544
8544
  ### HTTP request headers
8545
8545
 
8546
- - **Content-Type**: application/json, multipart/form-data
8546
+ - **Content-Type**: application/x-www-form-urlencoded
8547
8547
  - **Accept**: application/json
8548
8548
 
8549
8549
 
@@ -8604,7 +8604,7 @@ Name | Type | Description | Notes
8604
8604
 
8605
8605
  ### HTTP request headers
8606
8606
 
8607
- - **Content-Type**: application/json, multipart/form-data
8607
+ - **Content-Type**: application/x-www-form-urlencoded
8608
8608
  - **Accept**: application/json
8609
8609
 
8610
8610
 
@@ -8665,7 +8665,7 @@ Name | Type | Description | Notes
8665
8665
 
8666
8666
  ### HTTP request headers
8667
8667
 
8668
- - **Content-Type**: application/json, multipart/form-data
8668
+ - **Content-Type**: application/x-www-form-urlencoded
8669
8669
  - **Accept**: application/json
8670
8670
 
8671
8671
 
@@ -8723,7 +8723,7 @@ Name | Type | Description | Notes
8723
8723
 
8724
8724
  ### HTTP request headers
8725
8725
 
8726
- - **Content-Type**: application/json, multipart/form-data
8726
+ - **Content-Type**: application/x-www-form-urlencoded
8727
8727
  - **Accept**: application/json
8728
8728
 
8729
8729