sib-api-v3-sdk 5.2.0 → 5.2.1
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.
- checksums.yaml +4 -4
- data/docs/AccountApi.md +6 -1
- data/docs/AttributesApi.md +24 -4
- data/docs/ContactsApi.md +156 -26
- data/docs/CreateAttribute.md +1 -1
- data/docs/CreateContact.md +1 -1
- data/docs/CreateEmailCampaign.md +9 -3
- data/docs/CreateSmtpTemplate.md +1 -1
- data/docs/EmailCampaignsApi.md +60 -10
- data/docs/FoldersApi.md +36 -6
- data/docs/GetCampaignOverview.md +8 -1
- data/docs/GetContactDetails.md +1 -0
- data/docs/GetEmailCampaign.md +8 -1
- data/docs/GetExtendedCampaignOverview.md +8 -1
- data/docs/GetExtendedContactDetails.md +1 -0
- data/docs/ListsApi.md +54 -9
- data/docs/ProcessApi.md +12 -2
- data/docs/RequestContactExport.md +1 -1
- data/docs/ResellerApi.md +54 -9
- data/docs/SMSCampaignsApi.md +60 -10
- data/docs/SMTPApi.md +72 -12
- data/docs/SendEmail.md +3 -3
- data/docs/SendSmtpEmail.md +4 -4
- data/docs/SendersApi.md +36 -6
- data/docs/TransactionalSMSApi.md +24 -4
- data/docs/UpdateAttribute.md +1 -1
- data/docs/UpdateContact.md +1 -1
- data/docs/UpdateEmailCampaign.md +8 -2
- data/docs/UpdateSmtpTemplate.md +1 -1
- data/docs/WebhooksApi.md +30 -5
- data/lib/sib-api-v3-sdk/api/account_api.rb +1 -1
- data/lib/sib-api-v3-sdk/api/attributes_api.rb +4 -4
- data/lib/sib-api-v3-sdk/api/contacts_api.rb +26 -26
- data/lib/sib-api-v3-sdk/api/email_campaigns_api.rb +10 -10
- data/lib/sib-api-v3-sdk/api/folders_api.rb +6 -6
- data/lib/sib-api-v3-sdk/api/lists_api.rb +9 -9
- data/lib/sib-api-v3-sdk/api/process_api.rb +2 -2
- data/lib/sib-api-v3-sdk/api/reseller_api.rb +9 -9
- data/lib/sib-api-v3-sdk/api/senders_api.rb +6 -6
- data/lib/sib-api-v3-sdk/api/sms_campaigns_api.rb +10 -10
- data/lib/sib-api-v3-sdk/api/smtp_api.rb +12 -12
- data/lib/sib-api-v3-sdk/api/transactional_sms_api.rb +4 -4
- data/lib/sib-api-v3-sdk/api/webhooks_api.rb +5 -5
- data/lib/sib-api-v3-sdk/configuration.rb +7 -0
- data/lib/sib-api-v3-sdk/models/create_attribute.rb +1 -1
- data/lib/sib-api-v3-sdk/models/create_contact.rb +1 -1
- data/lib/sib-api-v3-sdk/models/create_email_campaign.rb +150 -10
- data/lib/sib-api-v3-sdk/models/create_email_campaign_sender.rb +1 -1
- data/lib/sib-api-v3-sdk/models/create_smtp_template.rb +1 -1
- data/lib/sib-api-v3-sdk/models/create_smtp_template_sender.rb +1 -1
- data/lib/sib-api-v3-sdk/models/get_campaign_overview.rb +75 -10
- data/lib/sib-api-v3-sdk/models/get_contact_details.rb +16 -1
- data/lib/sib-api-v3-sdk/models/get_email_campaign.rb +72 -7
- data/lib/sib-api-v3-sdk/models/get_extended_campaign_overview.rb +72 -7
- data/lib/sib-api-v3-sdk/models/get_extended_contact_details.rb +16 -1
- data/lib/sib-api-v3-sdk/models/request_contact_export.rb +1 -1
- data/lib/sib-api-v3-sdk/models/send_email.rb +3 -3
- data/lib/sib-api-v3-sdk/models/send_smtp_email.rb +4 -4
- data/lib/sib-api-v3-sdk/models/send_smtp_email_reply_to.rb +1 -1
- data/lib/sib-api-v3-sdk/models/send_smtp_email_sender.rb +1 -1
- data/lib/sib-api-v3-sdk/models/update_attribute.rb +1 -1
- data/lib/sib-api-v3-sdk/models/update_contact.rb +1 -1
- data/lib/sib-api-v3-sdk/models/update_email_campaign.rb +151 -6
- data/lib/sib-api-v3-sdk/models/update_email_campaign_sender.rb +1 -1
- data/lib/sib-api-v3-sdk/models/update_smtp_template.rb +1 -1
- data/lib/sib-api-v3-sdk/models/update_smtp_template_sender.rb +1 -1
- data/lib/sib-api-v3-sdk/version.rb +1 -1
- data/spec/models/create_email_campaign_spec.rb +40 -0
- data/spec/models/get_campaign_overview_spec.rb +42 -0
- data/spec/models/get_contact_details_spec.rb +6 -0
- data/spec/models/get_email_campaign_spec.rb +42 -0
- data/spec/models/get_extended_campaign_overview_spec.rb +42 -0
- data/spec/models/get_extended_contact_details_spec.rb +6 -0
- data/spec/models/update_email_campaign_spec.rb +40 -0
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f5cf562b26a00b454ba95b457010d1a16b0246371c72cc95e826a5e1e68c5812
|
4
|
+
data.tar.gz: '095955d3409dbbbde72ffd1b4cac7560f866b066348b1f0c237420292f837fd6'
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8fdfdf0b97903e147e2633e3c83e7be612353ae945ce08c47b5ae50f3bf05a3acb69f036fbb4c9f84ff29766b17e58a1080a91c01d8a7a41579ab91e5f0fac90
|
7
|
+
data.tar.gz: a08506f4dfe3173af8252daddd1f9769c9afc46cf0b205d69db17c8bc98d09ba2ebc22369baac20a81869dea186ae05c37ee257e526e0db20efadbe72de41be8
|
data/docs/AccountApi.md
CHANGED
@@ -22,6 +22,11 @@ SibApiV3Sdk.configure do |config|
|
|
22
22
|
config.api_key['api-key'] = 'YOUR API KEY'
|
23
23
|
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
24
24
|
#config.api_key_prefix['api-key'] = 'Bearer'
|
25
|
+
|
26
|
+
# Configure API key authorization: partner-key
|
27
|
+
config.api_key['partner-key'] = 'YOUR API KEY'
|
28
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
29
|
+
#config.api_key_prefix['partner-key'] = 'Bearer'
|
25
30
|
end
|
26
31
|
|
27
32
|
api_instance = SibApiV3Sdk::AccountApi.new
|
@@ -44,7 +49,7 @@ This endpoint does not need any parameter.
|
|
44
49
|
|
45
50
|
### Authorization
|
46
51
|
|
47
|
-
[api-key](../README.md#api-key)
|
52
|
+
[api-key](../README.md#api-key), [partner-key](../README.md#partner-key)
|
48
53
|
|
49
54
|
### HTTP request headers
|
50
55
|
|
data/docs/AttributesApi.md
CHANGED
@@ -25,6 +25,11 @@ SibApiV3Sdk.configure do |config|
|
|
25
25
|
config.api_key['api-key'] = 'YOUR API KEY'
|
26
26
|
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
27
27
|
#config.api_key_prefix['api-key'] = 'Bearer'
|
28
|
+
|
29
|
+
# Configure API key authorization: partner-key
|
30
|
+
config.api_key['partner-key'] = 'YOUR API KEY'
|
31
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
32
|
+
#config.api_key_prefix['partner-key'] = 'Bearer'
|
28
33
|
end
|
29
34
|
|
30
35
|
api_instance = SibApiV3Sdk::AttributesApi.new
|
@@ -58,7 +63,7 @@ nil (empty response body)
|
|
58
63
|
|
59
64
|
### Authorization
|
60
65
|
|
61
|
-
[api-key](../README.md#api-key)
|
66
|
+
[api-key](../README.md#api-key), [partner-key](../README.md#partner-key)
|
62
67
|
|
63
68
|
### HTTP request headers
|
64
69
|
|
@@ -82,6 +87,11 @@ SibApiV3Sdk.configure do |config|
|
|
82
87
|
config.api_key['api-key'] = 'YOUR API KEY'
|
83
88
|
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
84
89
|
#config.api_key_prefix['api-key'] = 'Bearer'
|
90
|
+
|
91
|
+
# Configure API key authorization: partner-key
|
92
|
+
config.api_key['partner-key'] = 'YOUR API KEY'
|
93
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
94
|
+
#config.api_key_prefix['partner-key'] = 'Bearer'
|
85
95
|
end
|
86
96
|
|
87
97
|
api_instance = SibApiV3Sdk::AttributesApi.new
|
@@ -112,7 +122,7 @@ nil (empty response body)
|
|
112
122
|
|
113
123
|
### Authorization
|
114
124
|
|
115
|
-
[api-key](../README.md#api-key)
|
125
|
+
[api-key](../README.md#api-key), [partner-key](../README.md#partner-key)
|
116
126
|
|
117
127
|
### HTTP request headers
|
118
128
|
|
@@ -136,6 +146,11 @@ SibApiV3Sdk.configure do |config|
|
|
136
146
|
config.api_key['api-key'] = 'YOUR API KEY'
|
137
147
|
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
138
148
|
#config.api_key_prefix['api-key'] = 'Bearer'
|
149
|
+
|
150
|
+
# Configure API key authorization: partner-key
|
151
|
+
config.api_key['partner-key'] = 'YOUR API KEY'
|
152
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
153
|
+
#config.api_key_prefix['partner-key'] = 'Bearer'
|
139
154
|
end
|
140
155
|
|
141
156
|
api_instance = SibApiV3Sdk::AttributesApi.new
|
@@ -158,7 +173,7 @@ This endpoint does not need any parameter.
|
|
158
173
|
|
159
174
|
### Authorization
|
160
175
|
|
161
|
-
[api-key](../README.md#api-key)
|
176
|
+
[api-key](../README.md#api-key), [partner-key](../README.md#partner-key)
|
162
177
|
|
163
178
|
### HTTP request headers
|
164
179
|
|
@@ -182,6 +197,11 @@ SibApiV3Sdk.configure do |config|
|
|
182
197
|
config.api_key['api-key'] = 'YOUR API KEY'
|
183
198
|
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
184
199
|
#config.api_key_prefix['api-key'] = 'Bearer'
|
200
|
+
|
201
|
+
# Configure API key authorization: partner-key
|
202
|
+
config.api_key['partner-key'] = 'YOUR API KEY'
|
203
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
204
|
+
#config.api_key_prefix['partner-key'] = 'Bearer'
|
185
205
|
end
|
186
206
|
|
187
207
|
api_instance = SibApiV3Sdk::AttributesApi.new
|
@@ -215,7 +235,7 @@ nil (empty response body)
|
|
215
235
|
|
216
236
|
### Authorization
|
217
237
|
|
218
|
-
[api-key](../README.md#api-key)
|
238
|
+
[api-key](../README.md#api-key), [partner-key](../README.md#partner-key)
|
219
239
|
|
220
240
|
### HTTP request headers
|
221
241
|
|
data/docs/ContactsApi.md
CHANGED
@@ -47,6 +47,11 @@ SibApiV3Sdk.configure do |config|
|
|
47
47
|
config.api_key['api-key'] = 'YOUR API KEY'
|
48
48
|
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
49
49
|
#config.api_key_prefix['api-key'] = 'Bearer'
|
50
|
+
|
51
|
+
# Configure API key authorization: partner-key
|
52
|
+
config.api_key['partner-key'] = 'YOUR API KEY'
|
53
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
54
|
+
#config.api_key_prefix['partner-key'] = 'Bearer'
|
50
55
|
end
|
51
56
|
|
52
57
|
api_instance = SibApiV3Sdk::ContactsApi.new
|
@@ -78,7 +83,7 @@ Name | Type | Description | Notes
|
|
78
83
|
|
79
84
|
### Authorization
|
80
85
|
|
81
|
-
[api-key](../README.md#api-key)
|
86
|
+
[api-key](../README.md#api-key), [partner-key](../README.md#partner-key)
|
82
87
|
|
83
88
|
### HTTP request headers
|
84
89
|
|
@@ -102,6 +107,11 @@ SibApiV3Sdk.configure do |config|
|
|
102
107
|
config.api_key['api-key'] = 'YOUR API KEY'
|
103
108
|
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
104
109
|
#config.api_key_prefix['api-key'] = 'Bearer'
|
110
|
+
|
111
|
+
# Configure API key authorization: partner-key
|
112
|
+
config.api_key['partner-key'] = 'YOUR API KEY'
|
113
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
114
|
+
#config.api_key_prefix['partner-key'] = 'Bearer'
|
105
115
|
end
|
106
116
|
|
107
117
|
api_instance = SibApiV3Sdk::ContactsApi.new
|
@@ -135,7 +145,7 @@ nil (empty response body)
|
|
135
145
|
|
136
146
|
### Authorization
|
137
147
|
|
138
|
-
[api-key](../README.md#api-key)
|
148
|
+
[api-key](../README.md#api-key), [partner-key](../README.md#partner-key)
|
139
149
|
|
140
150
|
### HTTP request headers
|
141
151
|
|
@@ -159,6 +169,11 @@ SibApiV3Sdk.configure do |config|
|
|
159
169
|
config.api_key['api-key'] = 'YOUR API KEY'
|
160
170
|
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
161
171
|
#config.api_key_prefix['api-key'] = 'Bearer'
|
172
|
+
|
173
|
+
# Configure API key authorization: partner-key
|
174
|
+
config.api_key['partner-key'] = 'YOUR API KEY'
|
175
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
176
|
+
#config.api_key_prefix['partner-key'] = 'Bearer'
|
162
177
|
end
|
163
178
|
|
164
179
|
api_instance = SibApiV3Sdk::ContactsApi.new
|
@@ -187,7 +202,7 @@ Name | Type | Description | Notes
|
|
187
202
|
|
188
203
|
### Authorization
|
189
204
|
|
190
|
-
[api-key](../README.md#api-key)
|
205
|
+
[api-key](../README.md#api-key), [partner-key](../README.md#partner-key)
|
191
206
|
|
192
207
|
### HTTP request headers
|
193
208
|
|
@@ -211,6 +226,11 @@ SibApiV3Sdk.configure do |config|
|
|
211
226
|
config.api_key['api-key'] = 'YOUR API KEY'
|
212
227
|
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
213
228
|
#config.api_key_prefix['api-key'] = 'Bearer'
|
229
|
+
|
230
|
+
# Configure API key authorization: partner-key
|
231
|
+
config.api_key['partner-key'] = 'YOUR API KEY'
|
232
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
233
|
+
#config.api_key_prefix['partner-key'] = 'Bearer'
|
214
234
|
end
|
215
235
|
|
216
236
|
api_instance = SibApiV3Sdk::ContactsApi.new
|
@@ -239,7 +259,7 @@ Name | Type | Description | Notes
|
|
239
259
|
|
240
260
|
### Authorization
|
241
261
|
|
242
|
-
[api-key](../README.md#api-key)
|
262
|
+
[api-key](../README.md#api-key), [partner-key](../README.md#partner-key)
|
243
263
|
|
244
264
|
### HTTP request headers
|
245
265
|
|
@@ -263,6 +283,11 @@ SibApiV3Sdk.configure do |config|
|
|
263
283
|
config.api_key['api-key'] = 'YOUR API KEY'
|
264
284
|
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
265
285
|
#config.api_key_prefix['api-key'] = 'Bearer'
|
286
|
+
|
287
|
+
# Configure API key authorization: partner-key
|
288
|
+
config.api_key['partner-key'] = 'YOUR API KEY'
|
289
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
290
|
+
#config.api_key_prefix['partner-key'] = 'Bearer'
|
266
291
|
end
|
267
292
|
|
268
293
|
api_instance = SibApiV3Sdk::ContactsApi.new
|
@@ -291,7 +316,7 @@ Name | Type | Description | Notes
|
|
291
316
|
|
292
317
|
### Authorization
|
293
318
|
|
294
|
-
[api-key](../README.md#api-key)
|
319
|
+
[api-key](../README.md#api-key), [partner-key](../README.md#partner-key)
|
295
320
|
|
296
321
|
### HTTP request headers
|
297
322
|
|
@@ -315,6 +340,11 @@ SibApiV3Sdk.configure do |config|
|
|
315
340
|
config.api_key['api-key'] = 'YOUR API KEY'
|
316
341
|
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
317
342
|
#config.api_key_prefix['api-key'] = 'Bearer'
|
343
|
+
|
344
|
+
# Configure API key authorization: partner-key
|
345
|
+
config.api_key['partner-key'] = 'YOUR API KEY'
|
346
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
347
|
+
#config.api_key_prefix['partner-key'] = 'Bearer'
|
318
348
|
end
|
319
349
|
|
320
350
|
api_instance = SibApiV3Sdk::ContactsApi.new
|
@@ -345,7 +375,7 @@ nil (empty response body)
|
|
345
375
|
|
346
376
|
### Authorization
|
347
377
|
|
348
|
-
[api-key](../README.md#api-key)
|
378
|
+
[api-key](../README.md#api-key), [partner-key](../README.md#partner-key)
|
349
379
|
|
350
380
|
### HTTP request headers
|
351
381
|
|
@@ -369,6 +399,11 @@ SibApiV3Sdk.configure do |config|
|
|
369
399
|
config.api_key['api-key'] = 'YOUR API KEY'
|
370
400
|
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
371
401
|
#config.api_key_prefix['api-key'] = 'Bearer'
|
402
|
+
|
403
|
+
# Configure API key authorization: partner-key
|
404
|
+
config.api_key['partner-key'] = 'YOUR API KEY'
|
405
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
406
|
+
#config.api_key_prefix['partner-key'] = 'Bearer'
|
372
407
|
end
|
373
408
|
|
374
409
|
api_instance = SibApiV3Sdk::ContactsApi.new
|
@@ -396,7 +431,7 @@ nil (empty response body)
|
|
396
431
|
|
397
432
|
### Authorization
|
398
433
|
|
399
|
-
[api-key](../README.md#api-key)
|
434
|
+
[api-key](../README.md#api-key), [partner-key](../README.md#partner-key)
|
400
435
|
|
401
436
|
### HTTP request headers
|
402
437
|
|
@@ -420,6 +455,11 @@ SibApiV3Sdk.configure do |config|
|
|
420
455
|
config.api_key['api-key'] = 'YOUR API KEY'
|
421
456
|
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
422
457
|
#config.api_key_prefix['api-key'] = 'Bearer'
|
458
|
+
|
459
|
+
# Configure API key authorization: partner-key
|
460
|
+
config.api_key['partner-key'] = 'YOUR API KEY'
|
461
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
462
|
+
#config.api_key_prefix['partner-key'] = 'Bearer'
|
423
463
|
end
|
424
464
|
|
425
465
|
api_instance = SibApiV3Sdk::ContactsApi.new
|
@@ -447,7 +487,7 @@ nil (empty response body)
|
|
447
487
|
|
448
488
|
### Authorization
|
449
489
|
|
450
|
-
[api-key](../README.md#api-key)
|
490
|
+
[api-key](../README.md#api-key), [partner-key](../README.md#partner-key)
|
451
491
|
|
452
492
|
### HTTP request headers
|
453
493
|
|
@@ -471,6 +511,11 @@ SibApiV3Sdk.configure do |config|
|
|
471
511
|
config.api_key['api-key'] = 'YOUR API KEY'
|
472
512
|
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
473
513
|
#config.api_key_prefix['api-key'] = 'Bearer'
|
514
|
+
|
515
|
+
# Configure API key authorization: partner-key
|
516
|
+
config.api_key['partner-key'] = 'YOUR API KEY'
|
517
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
518
|
+
#config.api_key_prefix['partner-key'] = 'Bearer'
|
474
519
|
end
|
475
520
|
|
476
521
|
api_instance = SibApiV3Sdk::ContactsApi.new
|
@@ -498,7 +543,7 @@ nil (empty response body)
|
|
498
543
|
|
499
544
|
### Authorization
|
500
545
|
|
501
|
-
[api-key](../README.md#api-key)
|
546
|
+
[api-key](../README.md#api-key), [partner-key](../README.md#partner-key)
|
502
547
|
|
503
548
|
### HTTP request headers
|
504
549
|
|
@@ -522,6 +567,11 @@ SibApiV3Sdk.configure do |config|
|
|
522
567
|
config.api_key['api-key'] = 'YOUR API KEY'
|
523
568
|
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
524
569
|
#config.api_key_prefix['api-key'] = 'Bearer'
|
570
|
+
|
571
|
+
# Configure API key authorization: partner-key
|
572
|
+
config.api_key['partner-key'] = 'YOUR API KEY'
|
573
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
574
|
+
#config.api_key_prefix['partner-key'] = 'Bearer'
|
525
575
|
end
|
526
576
|
|
527
577
|
api_instance = SibApiV3Sdk::ContactsApi.new
|
@@ -544,7 +594,7 @@ This endpoint does not need any parameter.
|
|
544
594
|
|
545
595
|
### Authorization
|
546
596
|
|
547
|
-
[api-key](../README.md#api-key)
|
597
|
+
[api-key](../README.md#api-key), [partner-key](../README.md#partner-key)
|
548
598
|
|
549
599
|
### HTTP request headers
|
550
600
|
|
@@ -568,6 +618,11 @@ SibApiV3Sdk.configure do |config|
|
|
568
618
|
config.api_key['api-key'] = 'YOUR API KEY'
|
569
619
|
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
570
620
|
#config.api_key_prefix['api-key'] = 'Bearer'
|
621
|
+
|
622
|
+
# Configure API key authorization: partner-key
|
623
|
+
config.api_key['partner-key'] = 'YOUR API KEY'
|
624
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
625
|
+
#config.api_key_prefix['partner-key'] = 'Bearer'
|
571
626
|
end
|
572
627
|
|
573
628
|
api_instance = SibApiV3Sdk::ContactsApi.new
|
@@ -596,7 +651,7 @@ Name | Type | Description | Notes
|
|
596
651
|
|
597
652
|
### Authorization
|
598
653
|
|
599
|
-
[api-key](../README.md#api-key)
|
654
|
+
[api-key](../README.md#api-key), [partner-key](../README.md#partner-key)
|
600
655
|
|
601
656
|
### HTTP request headers
|
602
657
|
|
@@ -620,6 +675,11 @@ SibApiV3Sdk.configure do |config|
|
|
620
675
|
config.api_key['api-key'] = 'YOUR API KEY'
|
621
676
|
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
622
677
|
#config.api_key_prefix['api-key'] = 'Bearer'
|
678
|
+
|
679
|
+
# Configure API key authorization: partner-key
|
680
|
+
config.api_key['partner-key'] = 'YOUR API KEY'
|
681
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
682
|
+
#config.api_key_prefix['partner-key'] = 'Bearer'
|
623
683
|
end
|
624
684
|
|
625
685
|
api_instance = SibApiV3Sdk::ContactsApi.new
|
@@ -648,7 +708,7 @@ Name | Type | Description | Notes
|
|
648
708
|
|
649
709
|
### Authorization
|
650
710
|
|
651
|
-
[api-key](../README.md#api-key)
|
711
|
+
[api-key](../README.md#api-key), [partner-key](../README.md#partner-key)
|
652
712
|
|
653
713
|
### HTTP request headers
|
654
714
|
|
@@ -672,6 +732,11 @@ SibApiV3Sdk.configure do |config|
|
|
672
732
|
config.api_key['api-key'] = 'YOUR API KEY'
|
673
733
|
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
674
734
|
#config.api_key_prefix['api-key'] = 'Bearer'
|
735
|
+
|
736
|
+
# Configure API key authorization: partner-key
|
737
|
+
config.api_key['partner-key'] = 'YOUR API KEY'
|
738
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
739
|
+
#config.api_key_prefix['partner-key'] = 'Bearer'
|
675
740
|
end
|
676
741
|
|
677
742
|
api_instance = SibApiV3Sdk::ContactsApi.new
|
@@ -705,7 +770,7 @@ Name | Type | Description | Notes
|
|
705
770
|
|
706
771
|
### Authorization
|
707
772
|
|
708
|
-
[api-key](../README.md#api-key)
|
773
|
+
[api-key](../README.md#api-key), [partner-key](../README.md#partner-key)
|
709
774
|
|
710
775
|
### HTTP request headers
|
711
776
|
|
@@ -729,6 +794,11 @@ SibApiV3Sdk.configure do |config|
|
|
729
794
|
config.api_key['api-key'] = 'YOUR API KEY'
|
730
795
|
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
731
796
|
#config.api_key_prefix['api-key'] = 'Bearer'
|
797
|
+
|
798
|
+
# Configure API key authorization: partner-key
|
799
|
+
config.api_key['partner-key'] = 'YOUR API KEY'
|
800
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
801
|
+
#config.api_key_prefix['partner-key'] = 'Bearer'
|
732
802
|
end
|
733
803
|
|
734
804
|
api_instance = SibApiV3Sdk::ContactsApi.new
|
@@ -765,7 +835,7 @@ Name | Type | Description | Notes
|
|
765
835
|
|
766
836
|
### Authorization
|
767
837
|
|
768
|
-
[api-key](../README.md#api-key)
|
838
|
+
[api-key](../README.md#api-key), [partner-key](../README.md#partner-key)
|
769
839
|
|
770
840
|
### HTTP request headers
|
771
841
|
|
@@ -789,6 +859,11 @@ SibApiV3Sdk.configure do |config|
|
|
789
859
|
config.api_key['api-key'] = 'YOUR API KEY'
|
790
860
|
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
791
861
|
#config.api_key_prefix['api-key'] = 'Bearer'
|
862
|
+
|
863
|
+
# Configure API key authorization: partner-key
|
864
|
+
config.api_key['partner-key'] = 'YOUR API KEY'
|
865
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
866
|
+
#config.api_key_prefix['partner-key'] = 'Bearer'
|
792
867
|
end
|
793
868
|
|
794
869
|
api_instance = SibApiV3Sdk::ContactsApi.new
|
@@ -817,7 +892,7 @@ Name | Type | Description | Notes
|
|
817
892
|
|
818
893
|
### Authorization
|
819
894
|
|
820
|
-
[api-key](../README.md#api-key)
|
895
|
+
[api-key](../README.md#api-key), [partner-key](../README.md#partner-key)
|
821
896
|
|
822
897
|
### HTTP request headers
|
823
898
|
|
@@ -841,6 +916,11 @@ SibApiV3Sdk.configure do |config|
|
|
841
916
|
config.api_key['api-key'] = 'YOUR API KEY'
|
842
917
|
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
843
918
|
#config.api_key_prefix['api-key'] = 'Bearer'
|
919
|
+
|
920
|
+
# Configure API key authorization: partner-key
|
921
|
+
config.api_key['partner-key'] = 'YOUR API KEY'
|
922
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
923
|
+
#config.api_key_prefix['partner-key'] = 'Bearer'
|
844
924
|
end
|
845
925
|
|
846
926
|
api_instance = SibApiV3Sdk::ContactsApi.new
|
@@ -875,7 +955,7 @@ Name | Type | Description | Notes
|
|
875
955
|
|
876
956
|
### Authorization
|
877
957
|
|
878
|
-
[api-key](../README.md#api-key)
|
958
|
+
[api-key](../README.md#api-key), [partner-key](../README.md#partner-key)
|
879
959
|
|
880
960
|
### HTTP request headers
|
881
961
|
|
@@ -899,6 +979,11 @@ SibApiV3Sdk.configure do |config|
|
|
899
979
|
config.api_key['api-key'] = 'YOUR API KEY'
|
900
980
|
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
901
981
|
#config.api_key_prefix['api-key'] = 'Bearer'
|
982
|
+
|
983
|
+
# Configure API key authorization: partner-key
|
984
|
+
config.api_key['partner-key'] = 'YOUR API KEY'
|
985
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
986
|
+
#config.api_key_prefix['partner-key'] = 'Bearer'
|
902
987
|
end
|
903
988
|
|
904
989
|
api_instance = SibApiV3Sdk::ContactsApi.new
|
@@ -930,7 +1015,7 @@ Name | Type | Description | Notes
|
|
930
1015
|
|
931
1016
|
### Authorization
|
932
1017
|
|
933
|
-
[api-key](../README.md#api-key)
|
1018
|
+
[api-key](../README.md#api-key), [partner-key](../README.md#partner-key)
|
934
1019
|
|
935
1020
|
### HTTP request headers
|
936
1021
|
|
@@ -954,6 +1039,11 @@ SibApiV3Sdk.configure do |config|
|
|
954
1039
|
config.api_key['api-key'] = 'YOUR API KEY'
|
955
1040
|
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
956
1041
|
#config.api_key_prefix['api-key'] = 'Bearer'
|
1042
|
+
|
1043
|
+
# Configure API key authorization: partner-key
|
1044
|
+
config.api_key['partner-key'] = 'YOUR API KEY'
|
1045
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
1046
|
+
#config.api_key_prefix['partner-key'] = 'Bearer'
|
957
1047
|
end
|
958
1048
|
|
959
1049
|
api_instance = SibApiV3Sdk::ContactsApi.new
|
@@ -982,7 +1072,7 @@ Name | Type | Description | Notes
|
|
982
1072
|
|
983
1073
|
### Authorization
|
984
1074
|
|
985
|
-
[api-key](../README.md#api-key)
|
1075
|
+
[api-key](../README.md#api-key), [partner-key](../README.md#partner-key)
|
986
1076
|
|
987
1077
|
### HTTP request headers
|
988
1078
|
|
@@ -1006,6 +1096,11 @@ SibApiV3Sdk.configure do |config|
|
|
1006
1096
|
config.api_key['api-key'] = 'YOUR API KEY'
|
1007
1097
|
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
1008
1098
|
#config.api_key_prefix['api-key'] = 'Bearer'
|
1099
|
+
|
1100
|
+
# Configure API key authorization: partner-key
|
1101
|
+
config.api_key['partner-key'] = 'YOUR API KEY'
|
1102
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
1103
|
+
#config.api_key_prefix['partner-key'] = 'Bearer'
|
1009
1104
|
end
|
1010
1105
|
|
1011
1106
|
api_instance = SibApiV3Sdk::ContactsApi.new
|
@@ -1037,7 +1132,7 @@ Name | Type | Description | Notes
|
|
1037
1132
|
|
1038
1133
|
### Authorization
|
1039
1134
|
|
1040
|
-
[api-key](../README.md#api-key)
|
1135
|
+
[api-key](../README.md#api-key), [partner-key](../README.md#partner-key)
|
1041
1136
|
|
1042
1137
|
### HTTP request headers
|
1043
1138
|
|
@@ -1063,6 +1158,11 @@ SibApiV3Sdk.configure do |config|
|
|
1063
1158
|
config.api_key['api-key'] = 'YOUR API KEY'
|
1064
1159
|
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
1065
1160
|
#config.api_key_prefix['api-key'] = 'Bearer'
|
1161
|
+
|
1162
|
+
# Configure API key authorization: partner-key
|
1163
|
+
config.api_key['partner-key'] = 'YOUR API KEY'
|
1164
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
1165
|
+
#config.api_key_prefix['partner-key'] = 'Bearer'
|
1066
1166
|
end
|
1067
1167
|
|
1068
1168
|
api_instance = SibApiV3Sdk::ContactsApi.new
|
@@ -1091,7 +1191,7 @@ Name | Type | Description | Notes
|
|
1091
1191
|
|
1092
1192
|
### Authorization
|
1093
1193
|
|
1094
|
-
[api-key](../README.md#api-key)
|
1194
|
+
[api-key](../README.md#api-key), [partner-key](../README.md#partner-key)
|
1095
1195
|
|
1096
1196
|
### HTTP request headers
|
1097
1197
|
|
@@ -1115,6 +1215,11 @@ SibApiV3Sdk.configure do |config|
|
|
1115
1215
|
config.api_key['api-key'] = 'YOUR API KEY'
|
1116
1216
|
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
1117
1217
|
#config.api_key_prefix['api-key'] = 'Bearer'
|
1218
|
+
|
1219
|
+
# Configure API key authorization: partner-key
|
1220
|
+
config.api_key['partner-key'] = 'YOUR API KEY'
|
1221
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
1222
|
+
#config.api_key_prefix['partner-key'] = 'Bearer'
|
1118
1223
|
end
|
1119
1224
|
|
1120
1225
|
api_instance = SibApiV3Sdk::ContactsApi.new
|
@@ -1146,7 +1251,7 @@ Name | Type | Description | Notes
|
|
1146
1251
|
|
1147
1252
|
### Authorization
|
1148
1253
|
|
1149
|
-
[api-key](../README.md#api-key)
|
1254
|
+
[api-key](../README.md#api-key), [partner-key](../README.md#partner-key)
|
1150
1255
|
|
1151
1256
|
### HTTP request headers
|
1152
1257
|
|
@@ -1172,6 +1277,11 @@ SibApiV3Sdk.configure do |config|
|
|
1172
1277
|
config.api_key['api-key'] = 'YOUR API KEY'
|
1173
1278
|
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
1174
1279
|
#config.api_key_prefix['api-key'] = 'Bearer'
|
1280
|
+
|
1281
|
+
# Configure API key authorization: partner-key
|
1282
|
+
config.api_key['partner-key'] = 'YOUR API KEY'
|
1283
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
1284
|
+
#config.api_key_prefix['partner-key'] = 'Bearer'
|
1175
1285
|
end
|
1176
1286
|
|
1177
1287
|
api_instance = SibApiV3Sdk::ContactsApi.new
|
@@ -1200,7 +1310,7 @@ Name | Type | Description | Notes
|
|
1200
1310
|
|
1201
1311
|
### Authorization
|
1202
1312
|
|
1203
|
-
[api-key](../README.md#api-key)
|
1313
|
+
[api-key](../README.md#api-key), [partner-key](../README.md#partner-key)
|
1204
1314
|
|
1205
1315
|
### HTTP request headers
|
1206
1316
|
|
@@ -1224,6 +1334,11 @@ SibApiV3Sdk.configure do |config|
|
|
1224
1334
|
config.api_key['api-key'] = 'YOUR API KEY'
|
1225
1335
|
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
1226
1336
|
#config.api_key_prefix['api-key'] = 'Bearer'
|
1337
|
+
|
1338
|
+
# Configure API key authorization: partner-key
|
1339
|
+
config.api_key['partner-key'] = 'YOUR API KEY'
|
1340
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
1341
|
+
#config.api_key_prefix['partner-key'] = 'Bearer'
|
1227
1342
|
end
|
1228
1343
|
|
1229
1344
|
api_instance = SibApiV3Sdk::ContactsApi.new
|
@@ -1257,7 +1372,7 @@ nil (empty response body)
|
|
1257
1372
|
|
1258
1373
|
### Authorization
|
1259
1374
|
|
1260
|
-
[api-key](../README.md#api-key)
|
1375
|
+
[api-key](../README.md#api-key), [partner-key](../README.md#partner-key)
|
1261
1376
|
|
1262
1377
|
### HTTP request headers
|
1263
1378
|
|
@@ -1281,6 +1396,11 @@ SibApiV3Sdk.configure do |config|
|
|
1281
1396
|
config.api_key['api-key'] = 'YOUR API KEY'
|
1282
1397
|
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
1283
1398
|
#config.api_key_prefix['api-key'] = 'Bearer'
|
1399
|
+
|
1400
|
+
# Configure API key authorization: partner-key
|
1401
|
+
config.api_key['partner-key'] = 'YOUR API KEY'
|
1402
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
1403
|
+
#config.api_key_prefix['partner-key'] = 'Bearer'
|
1284
1404
|
end
|
1285
1405
|
|
1286
1406
|
api_instance = SibApiV3Sdk::ContactsApi.new
|
@@ -1311,7 +1431,7 @@ nil (empty response body)
|
|
1311
1431
|
|
1312
1432
|
### Authorization
|
1313
1433
|
|
1314
|
-
[api-key](../README.md#api-key)
|
1434
|
+
[api-key](../README.md#api-key), [partner-key](../README.md#partner-key)
|
1315
1435
|
|
1316
1436
|
### HTTP request headers
|
1317
1437
|
|
@@ -1335,6 +1455,11 @@ SibApiV3Sdk.configure do |config|
|
|
1335
1455
|
config.api_key['api-key'] = 'YOUR API KEY'
|
1336
1456
|
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
1337
1457
|
#config.api_key_prefix['api-key'] = 'Bearer'
|
1458
|
+
|
1459
|
+
# Configure API key authorization: partner-key
|
1460
|
+
config.api_key['partner-key'] = 'YOUR API KEY'
|
1461
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
1462
|
+
#config.api_key_prefix['partner-key'] = 'Bearer'
|
1338
1463
|
end
|
1339
1464
|
|
1340
1465
|
api_instance = SibApiV3Sdk::ContactsApi.new
|
@@ -1365,7 +1490,7 @@ nil (empty response body)
|
|
1365
1490
|
|
1366
1491
|
### Authorization
|
1367
1492
|
|
1368
|
-
[api-key](../README.md#api-key)
|
1493
|
+
[api-key](../README.md#api-key), [partner-key](../README.md#partner-key)
|
1369
1494
|
|
1370
1495
|
### HTTP request headers
|
1371
1496
|
|
@@ -1389,6 +1514,11 @@ SibApiV3Sdk.configure do |config|
|
|
1389
1514
|
config.api_key['api-key'] = 'YOUR API KEY'
|
1390
1515
|
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
1391
1516
|
#config.api_key_prefix['api-key'] = 'Bearer'
|
1517
|
+
|
1518
|
+
# Configure API key authorization: partner-key
|
1519
|
+
config.api_key['partner-key'] = 'YOUR API KEY'
|
1520
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
1521
|
+
#config.api_key_prefix['partner-key'] = 'Bearer'
|
1392
1522
|
end
|
1393
1523
|
|
1394
1524
|
api_instance = SibApiV3Sdk::ContactsApi.new
|
@@ -1419,7 +1549,7 @@ nil (empty response body)
|
|
1419
1549
|
|
1420
1550
|
### Authorization
|
1421
1551
|
|
1422
|
-
[api-key](../README.md#api-key)
|
1552
|
+
[api-key](../README.md#api-key), [partner-key](../README.md#partner-key)
|
1423
1553
|
|
1424
1554
|
### HTTP request headers
|
1425
1555
|
|