budgea_client 4.0.3 → 5.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (125) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +2 -2
  3. data/README.md +50 -5
  4. data/budgea_openapi.json +1888 -383
  5. data/docs/Account.md +2 -0
  6. data/docs/AccountLog.md +1 -0
  7. data/docs/AdministrationApi.md +366 -55
  8. data/docs/AuthenticationApi.md +15 -13
  9. data/docs/BanksApi.md +988 -194
  10. data/docs/Client.md +1 -1
  11. data/docs/Connection.md +2 -0
  12. data/docs/ConnectionLog.md +1 -0
  13. data/docs/ConnectionSource.md +18 -0
  14. data/docs/ConnectionsApi.md +618 -25
  15. data/docs/Connector.md +1 -1
  16. data/docs/ConnectorSource.md +15 -0
  17. data/docs/DocumentsApi.md +72 -72
  18. data/docs/Field.md +1 -0
  19. data/docs/InlineResponse20011.md +1 -1
  20. data/docs/InlineResponse20012.md +1 -1
  21. data/docs/InlineResponse20013.md +1 -1
  22. data/docs/InlineResponse20014.md +1 -1
  23. data/docs/InlineResponse20015.md +1 -1
  24. data/docs/InlineResponse20016.md +1 -1
  25. data/docs/InlineResponse20017.md +1 -1
  26. data/docs/InlineResponse20018.md +1 -1
  27. data/docs/InlineResponse20019.md +2 -1
  28. data/docs/InlineResponse20030.md +1 -1
  29. data/docs/InlineResponse20031.md +1 -1
  30. data/docs/InlineResponse20032.md +1 -1
  31. data/docs/InlineResponse20033.md +1 -1
  32. data/docs/InlineResponse20034.md +1 -1
  33. data/docs/InlineResponse20035.md +1 -1
  34. data/docs/InlineResponse20036.md +1 -1
  35. data/docs/InlineResponse20037.md +1 -1
  36. data/docs/InlineResponse20038.md +1 -1
  37. data/docs/InlineResponse20039.md +1 -1
  38. data/docs/InlineResponse20040.md +1 -1
  39. data/docs/InlineResponse20041.md +9 -0
  40. data/docs/InlineResponse20042.md +9 -0
  41. data/docs/OIDCApi.md +3 -3
  42. data/docs/Order.md +14 -0
  43. data/docs/PFMApi.md +87 -39
  44. data/docs/ProvidersApi.md +979 -122
  45. data/docs/RecipientsApi.md +4 -4
  46. data/docs/Subscription.md +1 -0
  47. data/docs/SubscriptionLog.md +15 -0
  48. data/docs/TermsApi.md +3 -3
  49. data/docs/Transaction.md +1 -0
  50. data/docs/Transfer.md +5 -1
  51. data/docs/TransferApi.md +77 -0
  52. data/docs/TransfersApi.md +39 -39
  53. data/docs/UsersManagementApi.md +13 -13
  54. data/docs/WealthApi.md +24 -24
  55. data/lib/budgea_client.rb +7 -2
  56. data/lib/budgea_client/api/administration_api.rb +381 -71
  57. data/lib/budgea_client/api/authentication_api.rb +16 -13
  58. data/lib/budgea_client/api/banks_api.rb +1034 -211
  59. data/lib/budgea_client/api/connections_api.rb +648 -30
  60. data/lib/budgea_client/api/documents_api.rb +85 -85
  61. data/lib/budgea_client/api/oidc_api.rb +3 -3
  62. data/lib/budgea_client/api/pfm_api.rb +87 -40
  63. data/lib/budgea_client/api/providers_api.rb +1045 -151
  64. data/lib/budgea_client/api/recipients_api.rb +4 -4
  65. data/lib/budgea_client/api/terms_api.rb +3 -3
  66. data/lib/budgea_client/api/transfer_api.rb +94 -0
  67. data/lib/budgea_client/api/transfers_api.rb +39 -39
  68. data/lib/budgea_client/api/users_management_api.rb +14 -14
  69. data/lib/budgea_client/api/wealth_api.rb +25 -25
  70. data/lib/budgea_client/models/account.rb +24 -4
  71. data/lib/budgea_client/models/account_log.rb +16 -1
  72. data/lib/budgea_client/models/client.rb +11 -11
  73. data/lib/budgea_client/models/connection.rb +23 -4
  74. data/lib/budgea_client/models/connection_log.rb +11 -1
  75. data/lib/budgea_client/models/connection_source.rb +309 -0
  76. data/lib/budgea_client/models/connector.rb +18 -15
  77. data/lib/budgea_client/models/connector_source.rb +273 -0
  78. data/lib/budgea_client/models/field.rb +14 -4
  79. data/lib/budgea_client/models/inline_response_200_11.rb +18 -18
  80. data/lib/budgea_client/models/inline_response_200_12.rb +11 -11
  81. data/lib/budgea_client/models/inline_response_200_13.rb +11 -11
  82. data/lib/budgea_client/models/inline_response_200_14.rb +18 -18
  83. data/lib/budgea_client/models/inline_response_200_15.rb +11 -11
  84. data/lib/budgea_client/models/inline_response_200_16.rb +11 -11
  85. data/lib/budgea_client/models/inline_response_200_17.rb +11 -11
  86. data/lib/budgea_client/models/inline_response_200_18.rb +18 -18
  87. data/lib/budgea_client/models/inline_response_200_19.rb +21 -11
  88. data/lib/budgea_client/models/inline_response_200_30.rb +18 -18
  89. data/lib/budgea_client/models/inline_response_200_31.rb +11 -11
  90. data/lib/budgea_client/models/inline_response_200_32.rb +18 -18
  91. data/lib/budgea_client/models/inline_response_200_33.rb +18 -18
  92. data/lib/budgea_client/models/inline_response_200_34.rb +11 -11
  93. data/lib/budgea_client/models/inline_response_200_35.rb +18 -18
  94. data/lib/budgea_client/models/inline_response_200_36.rb +18 -18
  95. data/lib/budgea_client/models/inline_response_200_37.rb +11 -11
  96. data/lib/budgea_client/models/inline_response_200_38.rb +18 -18
  97. data/lib/budgea_client/models/inline_response_200_39.rb +11 -11
  98. data/lib/budgea_client/models/inline_response_200_40.rb +18 -18
  99. data/lib/budgea_client/models/inline_response_200_41.rb +200 -0
  100. data/lib/budgea_client/models/inline_response_200_42.rb +200 -0
  101. data/lib/budgea_client/models/order.rb +259 -0
  102. data/lib/budgea_client/models/subscription.rb +11 -1
  103. data/lib/budgea_client/models/subscription_log.rb +269 -0
  104. data/lib/budgea_client/models/transaction.rb +11 -1
  105. data/lib/budgea_client/models/transfer.rb +49 -2
  106. data/lib/budgea_client/models/user.rb +2 -2
  107. data/lib/budgea_client/version.rb +1 -1
  108. data/original_budgea_openapi.json +1980 -351
  109. data/pkg/budgea_client-2.0.0.gem +0 -0
  110. data/pkg/budgea_client-3.0.1.gem +0 -0
  111. data/pkg/budgea_client-4.0.0.gem +0 -0
  112. data/spec/api/transfer_api_spec.rb +54 -0
  113. data/spec/models/connection_source_spec.rb +101 -0
  114. data/spec/models/connector_source_spec.rb +83 -0
  115. data/spec/models/inline_response_200_41_spec.rb +47 -0
  116. data/spec/models/inline_response_200_42_spec.rb +47 -0
  117. data/spec/models/order_spec.rb +77 -0
  118. data/spec/models/subscription_log_spec.rb +83 -0
  119. metadata +34 -9
  120. data/config.yaml +0 -15
  121. data/pkg/budgea_client-2.0.1.gem +0 -0
  122. data/pkg/budgea_client-2.0.2.gem +0 -0
  123. data/pkg/budgea_client-3.0.0.gem +0 -0
  124. data/pkg/budgea_client-4.0.1.gem +0 -0
  125. data/pkg/budgea_client-4.0.2.gem +0 -0
@@ -72,7 +72,7 @@ Name | Type | Description | Notes
72
72
 
73
73
  ### HTTP request headers
74
74
 
75
- - **Content-Type**: application/x-www-form-urlencoded
75
+ - **Content-Type**: application/json, multipart/form-data
76
76
  - **Accept**: application/json
77
77
 
78
78
 
@@ -142,7 +142,7 @@ Name | Type | Description | Notes
142
142
 
143
143
  ### HTTP request headers
144
144
 
145
- - **Content-Type**: application/x-www-form-urlencoded
145
+ - **Content-Type**: application/json, multipart/form-data
146
146
  - **Accept**: application/json
147
147
 
148
148
 
@@ -209,7 +209,7 @@ Name | Type | Description | Notes
209
209
 
210
210
  ### HTTP request headers
211
211
 
212
- - **Content-Type**: application/x-www-form-urlencoded
212
+ - **Content-Type**: application/json, multipart/form-data
213
213
  - **Accept**: application/json
214
214
 
215
215
 
@@ -273,7 +273,7 @@ Name | Type | Description | Notes
273
273
 
274
274
  ### HTTP request headers
275
275
 
276
- - **Content-Type**: application/x-www-form-urlencoded
276
+ - **Content-Type**: application/json, multipart/form-data
277
277
  - **Accept**: application/json
278
278
 
279
279
 
@@ -6,6 +6,7 @@ Name | Type | Description | Notes
6
6
  **id** | **Integer** | ID of subscription |
7
7
  **id_connection** | **Integer** | ID of related connection | [optional]
8
8
  **id_user** | **Integer** | ID of related user | [optional]
9
+ **id_source** | **Integer** | ID of the related connection source | [optional]
9
10
  **number** | **String** | Subscription's number |
10
11
  **label** | **String** | Label of the subscription |
11
12
  **subscriber** | **String** | Name of the subscriber | [optional]
@@ -0,0 +1,15 @@
1
+ # BudgeaClient::SubscriptionLog
2
+
3
+ ## Properties
4
+ Name | Type | Description | Notes
5
+ ------------ | ------------- | ------------- | -------------
6
+ **id** | **Integer** | ID of the log |
7
+ **id_subscription** | **Integer** | ID of the related subscription |
8
+ **timestamp** | **DateTime** | Timestamp of log |
9
+ **nb_docs** | **Integer** | Number of docs on the subscription | [optional]
10
+ **id_connection_log** | **Integer** | ID of the related connection log | [optional]
11
+ **error** | **String** | If fail, contains the error code | [optional]
12
+ **error_message** | **String** | If fail, error message received from provider | [optional]
13
+ **id_source** | **Integer** | ID of the related connection source | [optional]
14
+
15
+
@@ -60,7 +60,7 @@ Name | Type | Description | Notes
60
60
 
61
61
  ### HTTP request headers
62
62
 
63
- - **Content-Type**: application/x-www-form-urlencoded
63
+ - **Content-Type**: application/json, multipart/form-data
64
64
  - **Accept**: application/json
65
65
 
66
66
 
@@ -119,7 +119,7 @@ Name | Type | Description | Notes
119
119
 
120
120
  ### HTTP request headers
121
121
 
122
- - **Content-Type**: application/x-www-form-urlencoded
122
+ - **Content-Type**: application/json, multipart/form-data
123
123
  - **Accept**: application/json
124
124
 
125
125
 
@@ -177,7 +177,7 @@ Name | Type | Description | Notes
177
177
 
178
178
  ### HTTP request headers
179
179
 
180
- - **Content-Type**: application/x-www-form-urlencoded
180
+ - **Content-Type**: application/json, multipart/form-data
181
181
  - **Accept**: application/json
182
182
 
183
183
 
@@ -28,6 +28,7 @@ Name | Type | Description | Notes
28
28
  **last_update** | **DateTime** | Last update of the transaction | [optional]
29
29
  **deleted** | **DateTime** | If set, this transaction has been removed from the bank | [optional]
30
30
  **original_value** | **Float** | Value in the original currency | [optional]
31
+ **original_gross_value** | **Float** | Gross value in the original currency | [optional]
31
32
  **original_currency** | **Object** | Original currency | [optional]
32
33
  **commission** | **Float** | Commission taken on the transaction | [optional]
33
34
  **commission_currency** | **Object** | Commission currency | [optional]
@@ -14,11 +14,15 @@ Name | Type | Description | Notes
14
14
  **amount** | **Float** | Amount of the transfer |
15
15
  **fees** | **Float** | Fees taken by the bank | [optional]
16
16
  **webid** | **String** | WebID of the transfer | [optional]
17
- **state** | **String** | State of the transfer (created, scheduled, validating, pending, coming, done, canceled, transaction_not_found, deleted, error, bug) |
17
+ **state** | **String** | State of the transfer (created, scheduled, validating, pending, coming, done, canceled, transactionNotFound, deleted, error, bug) |
18
18
  **error** | **String** | Error message during transfer, if any | [optional]
19
19
  **label** | **String** | Label of the transfer | [optional]
20
20
  **account_balance** | **Float** | Balance of the account just before the transfer | [optional]
21
21
  **id_transaction** | **Integer** | If found, ID of the related transaction | [optional]
22
+ **beneficiary_type** | **String** | Type of beneficiary number, for example: 'recipient' (in bank recipient list), 'iban' or 'phone_number' | [default to 'recipient']
23
+ **beneficiary_number** | **String** | Beneficiary bank identifier value like recipient webid, iban: EX6713281847025300290000062 or phone_number: 06XXXXXX | [optional]
24
+ **beneficiary_label** | **String** | Label of the beneficiary (needed for transfer to other beneficiary type than 'recipient') | [optional]
25
+ **validate_mechanism** | **String** | Authentication method used to validate transfer (credentials or webauth) | [optional]
22
26
  **currency** | **Object** | Currency of the object | [optional]
23
27
 
24
28
 
@@ -0,0 +1,77 @@
1
+ # BudgeaClient::TransferApi
2
+
3
+ All URIs are relative to *https://demo.biapi.pro/2.0/*
4
+
5
+ Method | HTTP request | Description
6
+ ------------- | ------------- | -------------
7
+ [**webauth_get**](TransferApi.md#webauth_get) | **GET** /webauth | First step to establish an oAuth2 connection.
8
+
9
+
10
+ # **webauth_get**
11
+ > webauth_get(opts)
12
+
13
+ First step to establish an oAuth2 connection.
14
+
15
+ The route encapsulate 2 functionalities: 1. Create or update a connection through oAuth2 session.<br><br>2. Execute a transfer through OAuth2 session.
16
+
17
+ ### Example
18
+ ```ruby
19
+ # load the gem
20
+ require 'budgea_client'
21
+ # setup authorization
22
+ BudgeaClient.configure do |config|
23
+ # Configure API key authorization: api_key
24
+ config.api_key['Authorization'] = 'YOUR API KEY'
25
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
26
+ #config.api_key_prefix['Authorization'] = 'Bearer'
27
+ end
28
+
29
+ api_instance = BudgeaClient::TransferApi.new
30
+
31
+ opts = {
32
+ id_connector: 56, # Integer | ID of the connector
33
+ id_transfer: 56, # Integer | ID of the transfer
34
+ connector_uuid: 'connector_uuid_example', # String | Optional unique ID of the connector (replaces id_connector)
35
+ client_id: 56, # Integer | Client Application ID
36
+ redirect_uri: 'redirect_uri_example', # String | Redirect URI
37
+ state: 'state_example', # String | Optional state
38
+ fields: 'fields_example', # String | Optional fields
39
+ id_connection: 56 # Integer | Optional already existing connection to update
40
+ }
41
+
42
+ begin
43
+ #First step to establish an oAuth2 connection.
44
+ api_instance.webauth_get(opts)
45
+ rescue BudgeaClient::ApiError => e
46
+ puts "Exception when calling TransferApi->webauth_get: #{e}"
47
+ end
48
+ ```
49
+
50
+ ### Parameters
51
+
52
+ Name | Type | Description | Notes
53
+ ------------- | ------------- | ------------- | -------------
54
+ **id_connector** | **Integer**| ID of the connector | [optional]
55
+ **id_transfer** | **Integer**| ID of the transfer | [optional]
56
+ **connector_uuid** | **String**| Optional unique ID of the connector (replaces id_connector) | [optional]
57
+ **client_id** | **Integer**| Client Application ID | [optional]
58
+ **redirect_uri** | **String**| Redirect URI | [optional]
59
+ **state** | **String**| Optional state | [optional]
60
+ **fields** | **String**| Optional fields | [optional]
61
+ **id_connection** | **Integer**| Optional already existing connection to update | [optional]
62
+
63
+ ### Return type
64
+
65
+ nil (empty response body)
66
+
67
+ ### Authorization
68
+
69
+ [api_key](../README.md#api_key)
70
+
71
+ ### HTTP request headers
72
+
73
+ - **Content-Type**: application/json, multipart/form-data
74
+ - **Accept**: application/json
75
+
76
+
77
+
@@ -120,7 +120,7 @@ Name | Type | Description | Notes
120
120
 
121
121
  ### HTTP request headers
122
122
 
123
- - **Content-Type**: application/x-www-form-urlencoded
123
+ - **Content-Type**: application/json, multipart/form-data
124
124
  - **Accept**: application/json
125
125
 
126
126
 
@@ -186,7 +186,7 @@ Name | Type | Description | Notes
186
186
 
187
187
  ### HTTP request headers
188
188
 
189
- - **Content-Type**: application/x-www-form-urlencoded
189
+ - **Content-Type**: application/json, multipart/form-data
190
190
  - **Accept**: application/json
191
191
 
192
192
 
@@ -252,7 +252,7 @@ Name | Type | Description | Notes
252
252
 
253
253
  ### HTTP request headers
254
254
 
255
- - **Content-Type**: application/x-www-form-urlencoded
255
+ - **Content-Type**: application/json, multipart/form-data
256
256
  - **Accept**: application/json
257
257
 
258
258
 
@@ -319,7 +319,7 @@ Name | Type | Description | Notes
319
319
 
320
320
  ### HTTP request headers
321
321
 
322
- - **Content-Type**: application/x-www-form-urlencoded
322
+ - **Content-Type**: application/json, multipart/form-data
323
323
  - **Accept**: application/json
324
324
 
325
325
 
@@ -390,7 +390,7 @@ Name | Type | Description | Notes
390
390
 
391
391
  ### HTTP request headers
392
392
 
393
- - **Content-Type**: application/x-www-form-urlencoded
393
+ - **Content-Type**: application/json, multipart/form-data
394
394
  - **Accept**: application/json
395
395
 
396
396
 
@@ -461,7 +461,7 @@ Name | Type | Description | Notes
461
461
 
462
462
  ### HTTP request headers
463
463
 
464
- - **Content-Type**: application/x-www-form-urlencoded
464
+ - **Content-Type**: application/json, multipart/form-data
465
465
  - **Accept**: application/json
466
466
 
467
467
 
@@ -524,7 +524,7 @@ Name | Type | Description | Notes
524
524
 
525
525
  ### HTTP request headers
526
526
 
527
- - **Content-Type**: application/x-www-form-urlencoded
527
+ - **Content-Type**: application/json, multipart/form-data
528
528
  - **Accept**: application/json
529
529
 
530
530
 
@@ -588,7 +588,7 @@ Name | Type | Description | Notes
588
588
 
589
589
  ### HTTP request headers
590
590
 
591
- - **Content-Type**: application/x-www-form-urlencoded
591
+ - **Content-Type**: application/json, multipart/form-data
592
592
  - **Accept**: application/json
593
593
 
594
594
 
@@ -656,7 +656,7 @@ Name | Type | Description | Notes
656
656
 
657
657
  ### HTTP request headers
658
658
 
659
- - **Content-Type**: application/x-www-form-urlencoded
659
+ - **Content-Type**: application/json, multipart/form-data
660
660
  - **Accept**: application/json
661
661
 
662
662
 
@@ -724,7 +724,7 @@ Name | Type | Description | Notes
724
724
 
725
725
  ### HTTP request headers
726
726
 
727
- - **Content-Type**: application/x-www-form-urlencoded
727
+ - **Content-Type**: application/json, multipart/form-data
728
728
  - **Accept**: application/json
729
729
 
730
730
 
@@ -788,7 +788,7 @@ Name | Type | Description | Notes
788
788
 
789
789
  ### HTTP request headers
790
790
 
791
- - **Content-Type**: application/x-www-form-urlencoded
791
+ - **Content-Type**: application/json, multipart/form-data
792
792
  - **Accept**: application/json
793
793
 
794
794
 
@@ -857,7 +857,7 @@ Name | Type | Description | Notes
857
857
 
858
858
  ### HTTP request headers
859
859
 
860
- - **Content-Type**: application/x-www-form-urlencoded
860
+ - **Content-Type**: application/json, multipart/form-data
861
861
  - **Accept**: application/json
862
862
 
863
863
 
@@ -926,7 +926,7 @@ Name | Type | Description | Notes
926
926
 
927
927
  ### HTTP request headers
928
928
 
929
- - **Content-Type**: application/x-www-form-urlencoded
929
+ - **Content-Type**: application/json, multipart/form-data
930
930
  - **Accept**: application/json
931
931
 
932
932
 
@@ -996,7 +996,7 @@ Name | Type | Description | Notes
996
996
 
997
997
  ### HTTP request headers
998
998
 
999
- - **Content-Type**: application/x-www-form-urlencoded
999
+ - **Content-Type**: application/json, multipart/form-data
1000
1000
  - **Accept**: application/json
1001
1001
 
1002
1002
 
@@ -1070,7 +1070,7 @@ Name | Type | Description | Notes
1070
1070
 
1071
1071
  ### HTTP request headers
1072
1072
 
1073
- - **Content-Type**: application/x-www-form-urlencoded
1073
+ - **Content-Type**: application/json, multipart/form-data
1074
1074
  - **Accept**: application/json
1075
1075
 
1076
1076
 
@@ -1144,7 +1144,7 @@ Name | Type | Description | Notes
1144
1144
 
1145
1145
  ### HTTP request headers
1146
1146
 
1147
- - **Content-Type**: application/x-www-form-urlencoded
1147
+ - **Content-Type**: application/json, multipart/form-data
1148
1148
  - **Accept**: application/json
1149
1149
 
1150
1150
 
@@ -1210,7 +1210,7 @@ Name | Type | Description | Notes
1210
1210
 
1211
1211
  ### HTTP request headers
1212
1212
 
1213
- - **Content-Type**: application/x-www-form-urlencoded
1213
+ - **Content-Type**: application/json, multipart/form-data
1214
1214
  - **Accept**: application/json
1215
1215
 
1216
1216
 
@@ -1277,7 +1277,7 @@ Name | Type | Description | Notes
1277
1277
 
1278
1278
  ### HTTP request headers
1279
1279
 
1280
- - **Content-Type**: application/x-www-form-urlencoded
1280
+ - **Content-Type**: application/json, multipart/form-data
1281
1281
  - **Accept**: application/json
1282
1282
 
1283
1283
 
@@ -1348,7 +1348,7 @@ Name | Type | Description | Notes
1348
1348
 
1349
1349
  ### HTTP request headers
1350
1350
 
1351
- - **Content-Type**: application/x-www-form-urlencoded
1351
+ - **Content-Type**: application/json, multipart/form-data
1352
1352
  - **Accept**: application/json
1353
1353
 
1354
1354
 
@@ -1419,7 +1419,7 @@ Name | Type | Description | Notes
1419
1419
 
1420
1420
  ### HTTP request headers
1421
1421
 
1422
- - **Content-Type**: application/x-www-form-urlencoded
1422
+ - **Content-Type**: application/json, multipart/form-data
1423
1423
  - **Accept**: application/json
1424
1424
 
1425
1425
 
@@ -1480,7 +1480,7 @@ Name | Type | Description | Notes
1480
1480
 
1481
1481
  ### HTTP request headers
1482
1482
 
1483
- - **Content-Type**: application/x-www-form-urlencoded
1483
+ - **Content-Type**: application/json, multipart/form-data
1484
1484
  - **Accept**: application/json
1485
1485
 
1486
1486
 
@@ -1546,7 +1546,7 @@ Name | Type | Description | Notes
1546
1546
 
1547
1547
  ### HTTP request headers
1548
1548
 
1549
- - **Content-Type**: application/x-www-form-urlencoded
1549
+ - **Content-Type**: application/json, multipart/form-data
1550
1550
  - **Accept**: application/json
1551
1551
 
1552
1552
 
@@ -1612,7 +1612,7 @@ Name | Type | Description | Notes
1612
1612
 
1613
1613
  ### HTTP request headers
1614
1614
 
1615
- - **Content-Type**: application/x-www-form-urlencoded
1615
+ - **Content-Type**: application/json, multipart/form-data
1616
1616
  - **Accept**: application/json
1617
1617
 
1618
1618
 
@@ -1679,7 +1679,7 @@ Name | Type | Description | Notes
1679
1679
 
1680
1680
  ### HTTP request headers
1681
1681
 
1682
- - **Content-Type**: application/x-www-form-urlencoded
1682
+ - **Content-Type**: application/json, multipart/form-data
1683
1683
  - **Accept**: application/json
1684
1684
 
1685
1685
 
@@ -1750,7 +1750,7 @@ Name | Type | Description | Notes
1750
1750
 
1751
1751
  ### HTTP request headers
1752
1752
 
1753
- - **Content-Type**: application/x-www-form-urlencoded
1753
+ - **Content-Type**: application/json, multipart/form-data
1754
1754
  - **Accept**: application/json
1755
1755
 
1756
1756
 
@@ -1821,7 +1821,7 @@ Name | Type | Description | Notes
1821
1821
 
1822
1822
  ### HTTP request headers
1823
1823
 
1824
- - **Content-Type**: application/x-www-form-urlencoded
1824
+ - **Content-Type**: application/json, multipart/form-data
1825
1825
  - **Accept**: application/json
1826
1826
 
1827
1827
 
@@ -1884,7 +1884,7 @@ Name | Type | Description | Notes
1884
1884
 
1885
1885
  ### HTTP request headers
1886
1886
 
1887
- - **Content-Type**: application/x-www-form-urlencoded
1887
+ - **Content-Type**: application/json, multipart/form-data
1888
1888
  - **Accept**: application/json
1889
1889
 
1890
1890
 
@@ -1948,7 +1948,7 @@ Name | Type | Description | Notes
1948
1948
 
1949
1949
  ### HTTP request headers
1950
1950
 
1951
- - **Content-Type**: application/x-www-form-urlencoded
1951
+ - **Content-Type**: application/json, multipart/form-data
1952
1952
  - **Accept**: application/json
1953
1953
 
1954
1954
 
@@ -2016,7 +2016,7 @@ Name | Type | Description | Notes
2016
2016
 
2017
2017
  ### HTTP request headers
2018
2018
 
2019
- - **Content-Type**: application/x-www-form-urlencoded
2019
+ - **Content-Type**: application/json, multipart/form-data
2020
2020
  - **Accept**: application/json
2021
2021
 
2022
2022
 
@@ -2084,7 +2084,7 @@ Name | Type | Description | Notes
2084
2084
 
2085
2085
  ### HTTP request headers
2086
2086
 
2087
- - **Content-Type**: application/x-www-form-urlencoded
2087
+ - **Content-Type**: application/json, multipart/form-data
2088
2088
  - **Accept**: application/json
2089
2089
 
2090
2090
 
@@ -2142,7 +2142,7 @@ Name | Type | Description | Notes
2142
2142
 
2143
2143
  ### HTTP request headers
2144
2144
 
2145
- - **Content-Type**: application/x-www-form-urlencoded
2145
+ - **Content-Type**: application/json, multipart/form-data
2146
2146
  - **Accept**: application/json
2147
2147
 
2148
2148
 
@@ -2205,7 +2205,7 @@ Name | Type | Description | Notes
2205
2205
 
2206
2206
  ### HTTP request headers
2207
2207
 
2208
- - **Content-Type**: application/x-www-form-urlencoded
2208
+ - **Content-Type**: application/json, multipart/form-data
2209
2209
  - **Accept**: application/json
2210
2210
 
2211
2211
 
@@ -2268,7 +2268,7 @@ Name | Type | Description | Notes
2268
2268
 
2269
2269
  ### HTTP request headers
2270
2270
 
2271
- - **Content-Type**: application/x-www-form-urlencoded
2271
+ - **Content-Type**: application/json, multipart/form-data
2272
2272
  - **Accept**: application/json
2273
2273
 
2274
2274
 
@@ -2332,7 +2332,7 @@ Name | Type | Description | Notes
2332
2332
 
2333
2333
  ### HTTP request headers
2334
2334
 
2335
- - **Content-Type**: application/x-www-form-urlencoded
2335
+ - **Content-Type**: application/json, multipart/form-data
2336
2336
  - **Accept**: application/json
2337
2337
 
2338
2338
 
@@ -2400,7 +2400,7 @@ Name | Type | Description | Notes
2400
2400
 
2401
2401
  ### HTTP request headers
2402
2402
 
2403
- - **Content-Type**: application/x-www-form-urlencoded
2403
+ - **Content-Type**: application/json, multipart/form-data
2404
2404
  - **Accept**: application/json
2405
2405
 
2406
2406
 
@@ -2468,7 +2468,7 @@ Name | Type | Description | Notes
2468
2468
 
2469
2469
  ### HTTP request headers
2470
2470
 
2471
- - **Content-Type**: application/x-www-form-urlencoded
2471
+ - **Content-Type**: application/json, multipart/form-data
2472
2472
  - **Accept**: application/json
2473
2473
 
2474
2474
 
@@ -2528,7 +2528,7 @@ Name | Type | Description | Notes
2528
2528
 
2529
2529
  ### HTTP request headers
2530
2530
 
2531
- - **Content-Type**: application/x-www-form-urlencoded
2531
+ - **Content-Type**: application/json, multipart/form-data
2532
2532
  - **Accept**: application/json
2533
2533
 
2534
2534
 
@@ -2589,7 +2589,7 @@ Name | Type | Description | Notes
2589
2589
 
2590
2590
  ### HTTP request headers
2591
2591
 
2592
- - **Content-Type**: application/x-www-form-urlencoded
2592
+ - **Content-Type**: application/json, multipart/form-data
2593
2593
  - **Accept**: application/json
2594
2594
 
2595
2595
 
@@ -2654,7 +2654,7 @@ Name | Type | Description | Notes
2654
2654
 
2655
2655
  ### HTTP request headers
2656
2656
 
2657
- - **Content-Type**: application/x-www-form-urlencoded
2657
+ - **Content-Type**: application/json, multipart/form-data
2658
2658
  - **Accept**: application/json
2659
2659
 
2660
2660