Skip to content

Commit b56878d

Browse files
corrections in apikey
1 parent 8f4981c commit b56878d

17 files changed

+584
-584
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -89,15 +89,15 @@ var defaultClient = SibApiV3Sdk.ApiClient.instance;
8989

9090
// Configure API key authorization: api-key
9191
var apiKey = defaultClient.authentications['api-key'];
92-
apiKeyapiKey = "YOUR API KEY"
92+
apiKey.apiKey = "YOUR API KEY"
9393
// Uncomment the following line to set a prefix for the API key, e.g. "Token" (defaults to null)
94-
//apiKeyapiKeyPrefix['api-key'] = "Token"
94+
//apiKey.apiKeyPrefix['api-key'] = "Token"
9595

9696
// Configure API key authorization: partner-key
9797
var partnerKey = defaultClient.authentications['partner-key'];
98-
partnerKeyapiKey = "YOUR API KEY"
98+
partnerKey.apiKey = "YOUR API KEY"
9999
// Uncomment the following line to set a prefix for the API key, e.g. "Token" (defaults to null)
100-
//partnerKeyapiKeyPrefix['partner-key'] = "Token"
100+
//partnerKey.apiKeyPrefix['partner-key'] = "Token"
101101

102102
var api = new SibApiV3Sdk.AccountApi()
103103
api.getAccount().then(function(data) {

docs/AccountApi.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@ var defaultClient = SibApiV3Sdk.ApiClient.instance;
2020

2121
// Configure API key authorization: api-key
2222
var apiKey= defaultClient.authentications['api-key'];
23-
apiKeyapiKey = 'YOUR API KEY';
23+
apiKey.apiKey = 'YOUR API KEY';
2424
// Uncomment the following line to set a prefix for the API key, e.g. "Token" (defaults to null)
25-
//apiKeyapiKeyPrefix = 'Token';
25+
//apiKey.apiKeyPrefix = 'Token';
2626

2727
// Configure API key authorization: partner-key
2828
var partnerKey= defaultClient.authentications['partner-key'];
29-
partnerKeyapiKey = 'YOUR API KEY';
29+
partnerKey.apiKey = 'YOUR API KEY';
3030
// Uncomment the following line to set a prefix for the API key, e.g. "Token" (defaults to null)
31-
//partnerKeyapiKeyPrefix = 'Token';
31+
//partnerKey.apiKeyPrefix = 'Token';
3232

3333
var apiInstance = new SibApiV3Sdk.AccountApi();
3434
apiInstance.getAccount().then(function(data) {

docs/AttributesApi.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,15 @@ var defaultClient = SibApiV3Sdk.ApiClient.instance;
2323

2424
// Configure API key authorization: api-key
2525
var apiKey= defaultClient.authentications['api-key'];
26-
apiKeyapiKey = 'YOUR API KEY';
26+
apiKey.apiKey = 'YOUR API KEY';
2727
// Uncomment the following line to set a prefix for the API key, e.g. "Token" (defaults to null)
28-
//apiKeyapiKeyPrefix = 'Token';
28+
//apiKey.apiKeyPrefix = 'Token';
2929

3030
// Configure API key authorization: partner-key
3131
var partnerKey= defaultClient.authentications['partner-key'];
32-
partnerKeyapiKey = 'YOUR API KEY';
32+
partnerKey.apiKey = 'YOUR API KEY';
3333
// Uncomment the following line to set a prefix for the API key, e.g. "Token" (defaults to null)
34-
//partnerKeyapiKeyPrefix = 'Token';
34+
//partnerKey.apiKeyPrefix = 'Token';
3535

3636
var apiInstance = new SibApiV3Sdk.AttributesApi();
3737

@@ -83,15 +83,15 @@ var defaultClient = SibApiV3Sdk.ApiClient.instance;
8383

8484
// Configure API key authorization: api-key
8585
var apiKey= defaultClient.authentications['api-key'];
86-
apiKeyapiKey = 'YOUR API KEY';
86+
apiKey.apiKey = 'YOUR API KEY';
8787
// Uncomment the following line to set a prefix for the API key, e.g. "Token" (defaults to null)
88-
//apiKeyapiKeyPrefix = 'Token';
88+
//apiKey.apiKeyPrefix = 'Token';
8989

9090
// Configure API key authorization: partner-key
9191
var partnerKey= defaultClient.authentications['partner-key'];
92-
partnerKeyapiKey = 'YOUR API KEY';
92+
partnerKey.apiKey = 'YOUR API KEY';
9393
// Uncomment the following line to set a prefix for the API key, e.g. "Token" (defaults to null)
94-
//partnerKeyapiKeyPrefix = 'Token';
94+
//partnerKey.apiKeyPrefix = 'Token';
9595

9696
var apiInstance = new SibApiV3Sdk.AttributesApi();
9797

@@ -140,15 +140,15 @@ var defaultClient = SibApiV3Sdk.ApiClient.instance;
140140

141141
// Configure API key authorization: api-key
142142
var apiKey= defaultClient.authentications['api-key'];
143-
apiKeyapiKey = 'YOUR API KEY';
143+
apiKey.apiKey = 'YOUR API KEY';
144144
// Uncomment the following line to set a prefix for the API key, e.g. "Token" (defaults to null)
145-
//apiKeyapiKeyPrefix = 'Token';
145+
//apiKey.apiKeyPrefix = 'Token';
146146

147147
// Configure API key authorization: partner-key
148148
var partnerKey= defaultClient.authentications['partner-key'];
149-
partnerKeyapiKey = 'YOUR API KEY';
149+
partnerKey.apiKey = 'YOUR API KEY';
150150
// Uncomment the following line to set a prefix for the API key, e.g. "Token" (defaults to null)
151-
//partnerKeyapiKeyPrefix = 'Token';
151+
//partnerKey.apiKeyPrefix = 'Token';
152152

153153
var apiInstance = new SibApiV3Sdk.AttributesApi();
154154
apiInstance.getAttributes().then(function(data) {
@@ -188,15 +188,15 @@ var defaultClient = SibApiV3Sdk.ApiClient.instance;
188188

189189
// Configure API key authorization: api-key
190190
var apiKey= defaultClient.authentications['api-key'];
191-
apiKeyapiKey = 'YOUR API KEY';
191+
apiKey.apiKey = 'YOUR API KEY';
192192
// Uncomment the following line to set a prefix for the API key, e.g. "Token" (defaults to null)
193-
//apiKeyapiKeyPrefix = 'Token';
193+
//apiKey.apiKeyPrefix = 'Token';
194194

195195
// Configure API key authorization: partner-key
196196
var partnerKey= defaultClient.authentications['partner-key'];
197-
partnerKeyapiKey = 'YOUR API KEY';
197+
partnerKey.apiKey = 'YOUR API KEY';
198198
// Uncomment the following line to set a prefix for the API key, e.g. "Token" (defaults to null)
199-
//partnerKeyapiKeyPrefix = 'Token';
199+
//partnerKey.apiKeyPrefix = 'Token';
200200

201201
var apiInstance = new SibApiV3Sdk.AttributesApi();
202202

docs/CRMApi.md

Lines changed: 52 additions & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,15 @@ var defaultClient = SibApiV3Sdk.ApiClient.instance;
3232

3333
// Configure API key authorization: api-key
3434
var apiKey= defaultClient.authentications['api-key'];
35-
apiKeyapiKey = 'YOUR API KEY';
35+
apiKey.apiKey = 'YOUR API KEY';
3636
// Uncomment the following line to set a prefix for the API key, e.g. "Token" (defaults to null)
37-
//apiKeyapiKeyPrefix = 'Token';
37+
//apiKey.apiKeyPrefix = 'Token';
3838

3939
// Configure API key authorization: partner-key
4040
var partnerKey= defaultClient.authentications['partner-key'];
41-
partnerKeyapiKey = 'YOUR API KEY';
41+
partnerKey.apiKey = 'YOUR API KEY';
4242
// Uncomment the following line to set a prefix for the API key, e.g. "Token" (defaults to null)
43-
//partnerKeyapiKeyPrefix = 'Token';
43+
//partnerKey.apiKeyPrefix = 'Token';
4444

4545
var apiInstance = new SibApiV3Sdk.CRMApi();
4646

@@ -86,15 +86,15 @@ var defaultClient = SibApiV3Sdk.ApiClient.instance;
8686

8787
// Configure API key authorization: api-key
8888
var apiKey= defaultClient.authentications['api-key'];
89-
apiKeyapiKey = 'YOUR API KEY';
89+
apiKey.apiKey = 'YOUR API KEY';
9090
// Uncomment the following line to set a prefix for the API key, e.g. "Token" (defaults to null)
91-
//apiKeyapiKeyPrefix = 'Token';
91+
//apiKey.apiKeyPrefix = 'Token';
9292

9393
// Configure API key authorization: partner-key
9494
var partnerKey= defaultClient.authentications['partner-key'];
95-
partnerKeyapiKey = 'YOUR API KEY';
95+
partnerKey.apiKey = 'YOUR API KEY';
9696
// Uncomment the following line to set a prefix for the API key, e.g. "Token" (defaults to null)
97-
//partnerKeyapiKeyPrefix = 'Token';
97+
//partnerKey.apiKeyPrefix = 'Token';
9898

9999
var apiInstance = new SibApiV3Sdk.CRMApi();
100100

@@ -140,15 +140,15 @@ var defaultClient = SibApiV3Sdk.ApiClient.instance;
140140

141141
// Configure API key authorization: api-key
142142
var apiKey= defaultClient.authentications['api-key'];
143-
apiKeyapiKey = 'YOUR API KEY';
143+
apiKey.apiKey = 'YOUR API KEY';
144144
// Uncomment the following line to set a prefix for the API key, e.g. "Token" (defaults to null)
145-
//apiKeyapiKeyPrefix = 'Token';
145+
//apiKey.apiKeyPrefix = 'Token';
146146

147147
// Configure API key authorization: partner-key
148148
var partnerKey= defaultClient.authentications['partner-key'];
149-
partnerKeyapiKey = 'YOUR API KEY';
149+
partnerKey.apiKey = 'YOUR API KEY';
150150
// Uncomment the following line to set a prefix for the API key, e.g. "Token" (defaults to null)
151-
//partnerKeyapiKeyPrefix = 'Token';
151+
//partnerKey.apiKeyPrefix = 'Token';
152152

153153
var apiInstance = new SibApiV3Sdk.CRMApi();
154154

@@ -194,15 +194,15 @@ var defaultClient = SibApiV3Sdk.ApiClient.instance;
194194

195195
// Configure API key authorization: api-key
196196
var apiKey= defaultClient.authentications['api-key'];
197-
apiKeyapiKey = 'YOUR API KEY';
197+
apiKey.apiKey = 'YOUR API KEY';
198198
// Uncomment the following line to set a prefix for the API key, e.g. "Token" (defaults to null)
199-
//apiKeyapiKeyPrefix = 'Token';
199+
//apiKey.apiKeyPrefix = 'Token';
200200

201201
// Configure API key authorization: partner-key
202202
var partnerKey= defaultClient.authentications['partner-key'];
203-
partnerKeyapiKey = 'YOUR API KEY';
203+
partnerKey.apiKey = 'YOUR API KEY';
204204
// Uncomment the following line to set a prefix for the API key, e.g. "Token" (defaults to null)
205-
//partnerKeyapiKeyPrefix = 'Token';
205+
//partnerKey.apiKeyPrefix = 'Token';
206206

207207
var apiInstance = new SibApiV3Sdk.CRMApi();
208208

@@ -252,15 +252,15 @@ var defaultClient = SibApiV3Sdk.ApiClient.instance;
252252

253253
// Configure API key authorization: api-key
254254
var apiKey= defaultClient.authentications['api-key'];
255-
apiKeyapiKey = 'YOUR API KEY';
255+
apiKey.apiKey = 'YOUR API KEY';
256256
// Uncomment the following line to set a prefix for the API key, e.g. "Token" (defaults to null)
257-
//apiKeyapiKeyPrefix = 'Token';
257+
//apiKey.apiKeyPrefix = 'Token';
258258

259259
// Configure API key authorization: partner-key
260260
var partnerKey= defaultClient.authentications['partner-key'];
261-
partnerKeyapiKey = 'YOUR API KEY';
261+
partnerKey.apiKey = 'YOUR API KEY';
262262
// Uncomment the following line to set a prefix for the API key, e.g. "Token" (defaults to null)
263-
//partnerKeyapiKeyPrefix = 'Token';
263+
//partnerKey.apiKeyPrefix = 'Token';
264264

265265
var apiInstance = new SibApiV3Sdk.CRMApi();
266266

@@ -306,15 +306,15 @@ var defaultClient = SibApiV3Sdk.ApiClient.instance;
306306

307307
// Configure API key authorization: api-key
308308
var apiKey= defaultClient.authentications['api-key'];
309-
apiKeyapiKey = 'YOUR API KEY';
309+
apiKey.apiKey = 'YOUR API KEY';
310310
// Uncomment the following line to set a prefix for the API key, e.g. "Token" (defaults to null)
311-
//apiKeyapiKeyPrefix = 'Token';
311+
//apiKey.apiKeyPrefix = 'Token';
312312

313313
// Configure API key authorization: partner-key
314314
var partnerKey= defaultClient.authentications['partner-key'];
315-
partnerKeyapiKey = 'YOUR API KEY';
315+
partnerKey.apiKey = 'YOUR API KEY';
316316
// Uncomment the following line to set a prefix for the API key, e.g. "Token" (defaults to null)
317-
//partnerKeyapiKeyPrefix = 'Token';
317+
//partnerKey.apiKeyPrefix = 'Token';
318318

319319
var apiInstance = new SibApiV3Sdk.CRMApi();
320320

@@ -360,15 +360,15 @@ var defaultClient = SibApiV3Sdk.ApiClient.instance;
360360

361361
// Configure API key authorization: api-key
362362
var apiKey= defaultClient.authentications['api-key'];
363-
apiKeyapiKey = 'YOUR API KEY';
363+
apiKey.apiKey = 'YOUR API KEY';
364364
// Uncomment the following line to set a prefix for the API key, e.g. "Token" (defaults to null)
365-
//apiKeyapiKeyPrefix = 'Token';
365+
//apiKey.apiKeyPrefix = 'Token';
366366

367367
// Configure API key authorization: partner-key
368368
var partnerKey= defaultClient.authentications['partner-key'];
369-
partnerKeyapiKey = 'YOUR API KEY';
369+
partnerKey.apiKey = 'YOUR API KEY';
370370
// Uncomment the following line to set a prefix for the API key, e.g. "Token" (defaults to null)
371-
//partnerKeyapiKeyPrefix = 'Token';
371+
//partnerKey.apiKeyPrefix = 'Token';
372372

373373
var apiInstance = new SibApiV3Sdk.CRMApi();
374374

@@ -417,15 +417,15 @@ var defaultClient = SibApiV3Sdk.ApiClient.instance;
417417

418418
// Configure API key authorization: api-key
419419
var apiKey= defaultClient.authentications['api-key'];
420-
apiKeyapiKey = 'YOUR API KEY';
420+
apiKey.apiKey = 'YOUR API KEY';
421421
// Uncomment the following line to set a prefix for the API key, e.g. "Token" (defaults to null)
422-
//apiKeyapiKeyPrefix = 'Token';
422+
//apiKey.apiKeyPrefix = 'Token';
423423

424424
// Configure API key authorization: partner-key
425425
var partnerKey= defaultClient.authentications['partner-key'];
426-
partnerKeyapiKey = 'YOUR API KEY';
426+
partnerKey.apiKey = 'YOUR API KEY';
427427
// Uncomment the following line to set a prefix for the API key, e.g. "Token" (defaults to null)
428-
//partnerKeyapiKeyPrefix = 'Token';
428+
//partnerKey.apiKeyPrefix = 'Token';
429429

430430
var apiInstance = new SibApiV3Sdk.CRMApi();
431431

@@ -471,15 +471,15 @@ var defaultClient = SibApiV3Sdk.ApiClient.instance;
471471

472472
// Configure API key authorization: api-key
473473
var apiKey= defaultClient.authentications['api-key'];
474-
apiKeyapiKey = 'YOUR API KEY';
474+
apiKey.apiKey = 'YOUR API KEY';
475475
// Uncomment the following line to set a prefix for the API key, e.g. "Token" (defaults to null)
476-
//apiKeyapiKeyPrefix = 'Token';
476+
//apiKey.apiKeyPrefix = 'Token';
477477

478478
// Configure API key authorization: partner-key
479479
var partnerKey= defaultClient.authentications['partner-key'];
480-
partnerKeyapiKey = 'YOUR API KEY';
480+
partnerKey.apiKey = 'YOUR API KEY';
481481
// Uncomment the following line to set a prefix for the API key, e.g. "Token" (defaults to null)
482-
//partnerKeyapiKeyPrefix = 'Token';
482+
//partnerKey.apiKeyPrefix = 'Token';
483483

484484
var apiInstance = new SibApiV3Sdk.CRMApi();
485485

@@ -525,15 +525,15 @@ var defaultClient = SibApiV3Sdk.ApiClient.instance;
525525

526526
// Configure API key authorization: api-key
527527
var apiKey= defaultClient.authentications['api-key'];
528-
apiKeyapiKey = 'YOUR API KEY';
528+
apiKey.apiKey = 'YOUR API KEY';
529529
// Uncomment the following line to set a prefix for the API key, e.g. "Token" (defaults to null)
530-
//apiKeyapiKeyPrefix = 'Token';
530+
//apiKey.apiKeyPrefix = 'Token';
531531

532532
// Configure API key authorization: partner-key
533533
var partnerKey= defaultClient.authentications['partner-key'];
534-
partnerKeyapiKey = 'YOUR API KEY';
534+
partnerKey.apiKey = 'YOUR API KEY';
535535
// Uncomment the following line to set a prefix for the API key, e.g. "Token" (defaults to null)
536-
//partnerKeyapiKeyPrefix = 'Token';
536+
//partnerKey.apiKeyPrefix = 'Token';
537537

538538
var apiInstance = new SibApiV3Sdk.CRMApi();
539539

@@ -579,15 +579,15 @@ var defaultClient = SibApiV3Sdk.ApiClient.instance;
579579

580580
// Configure API key authorization: api-key
581581
var apiKey= defaultClient.authentications['api-key'];
582-
apiKeyapiKey = 'YOUR API KEY';
582+
apiKey.apiKey = 'YOUR API KEY';
583583
// Uncomment the following line to set a prefix for the API key, e.g. "Token" (defaults to null)
584-
//apiKeyapiKeyPrefix = 'Token';
584+
//apiKey.apiKeyPrefix = 'Token';
585585

586586
// Configure API key authorization: partner-key
587587
var partnerKey= defaultClient.authentications['partner-key'];
588-
partnerKeyapiKey = 'YOUR API KEY';
588+
partnerKey.apiKey = 'YOUR API KEY';
589589
// Uncomment the following line to set a prefix for the API key, e.g. "Token" (defaults to null)
590-
//partnerKeyapiKeyPrefix = 'Token';
590+
//partnerKey.apiKeyPrefix = 'Token';
591591

592592
var apiInstance = new SibApiV3Sdk.CRMApi();
593593

@@ -636,15 +636,15 @@ var defaultClient = SibApiV3Sdk.ApiClient.instance;
636636

637637
// Configure API key authorization: api-key
638638
var apiKey= defaultClient.authentications['api-key'];
639-
apiKeyapiKey = 'YOUR API KEY';
639+
apiKey.apiKey = 'YOUR API KEY';
640640
// Uncomment the following line to set a prefix for the API key, e.g. "Token" (defaults to null)
641-
//apiKeyapiKeyPrefix = 'Token';
641+
//apiKey.apiKeyPrefix = 'Token';
642642

643643
// Configure API key authorization: partner-key
644644
var partnerKey= defaultClient.authentications['partner-key'];
645-
partnerKeyapiKey = 'YOUR API KEY';
645+
partnerKey.apiKey = 'YOUR API KEY';
646646
// Uncomment the following line to set a prefix for the API key, e.g. "Token" (defaults to null)
647-
//partnerKeyapiKeyPrefix = 'Token';
647+
//partnerKey.apiKeyPrefix = 'Token';
648648

649649
var apiInstance = new SibApiV3Sdk.CRMApi();
650650

@@ -690,15 +690,15 @@ var defaultClient = SibApiV3Sdk.ApiClient.instance;
690690

691691
// Configure API key authorization: api-key
692692
var apiKey= defaultClient.authentications['api-key'];
693-
apiKeyapiKey = 'YOUR API KEY';
693+
apiKey.apiKey = 'YOUR API KEY';
694694
// Uncomment the following line to set a prefix for the API key, e.g. "Token" (defaults to null)
695-
//apiKeyapiKeyPrefix = 'Token';
695+
//apiKey.apiKeyPrefix = 'Token';
696696

697697
// Configure API key authorization: partner-key
698698
var partnerKey= defaultClient.authentications['partner-key'];
699-
partnerKeyapiKey = 'YOUR API KEY';
699+
partnerKey.apiKey = 'YOUR API KEY';
700700
// Uncomment the following line to set a prefix for the API key, e.g. "Token" (defaults to null)
701-
//partnerKeyapiKeyPrefix = 'Token';
701+
//partnerKey.apiKeyPrefix = 'Token';
702702

703703
var apiInstance = new SibApiV3Sdk.CRMApi();
704704
apiInstance.crmTasktypesGet().then(function(data) {

0 commit comments

Comments
 (0)