You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
algolia/api-clients-automation#6921
Co-authored-by: algolia-api-clients-automation-bot[bot] <288895823+algolia-api-clients-automation-bot[bot]@users.noreply.github.com>
Co-authored-by: My Lan Aragon <mylan.aragon@algolia.com>
* This endpoint is deprecated. Use the A/B Testing API v3 instead. Replaced by `POST /3/abtests`. Creates a new A/B test.
154
156
*
155
157
* Resolves with the full HTTP response information: status code, headers (when the requester captures them), raw body and deserialized data. Bypasses the requests and responses caches: always performs the API call.
156
158
*
157
159
* Required API Key ACLs:
158
160
* - editSettings
161
+
*
162
+
* @deprecated
159
163
* @param addABTestsRequest - The addABTestsRequest object.
160
164
* @param requestOptions - The requestOptions to send along with the query, they will be merged with the transporter requestOptions.
161
165
* @see addABTests for the plain version.
@@ -415,10 +419,12 @@ export function createAbtestingClient({
415
419
},
416
420
417
421
/**
418
-
* Deletes an A/B test by its ID.
422
+
* This endpoint is deprecated. Use the A/B Testing API v3 instead. Replaced by `DELETE /3/abtests/{id}`. Deletes an A/B test by its ID.
419
423
*
420
424
* Required API Key ACLs:
421
425
* - editSettings
426
+
*
427
+
* @deprecated
422
428
* @param deleteABTest - The deleteABTest object.
423
429
* @param deleteABTest.id - Unique A/B test identifier.
424
430
* @param requestOptions - The requestOptions to send along with the query, they will be merged with the transporter requestOptions.
@@ -440,12 +446,14 @@ export function createAbtestingClient({
* This endpoint is deprecated. Use the A/B Testing API v3 instead. Replaced by `DELETE /3/abtests/{id}`. Deletes an A/B test by its ID.
444
450
*
445
451
* Resolves with the full HTTP response information: status code, headers (when the requester captures them), raw body and deserialized data. Bypasses the requests and responses caches: always performs the API call.
446
452
*
447
453
* Required API Key ACLs:
448
454
* - editSettings
455
+
*
456
+
* @deprecated
449
457
* @param deleteABTest - The deleteABTest object.
450
458
* @param deleteABTest.id - Unique A/B test identifier.
451
459
* @param requestOptions - The requestOptions to send along with the query, they will be merged with the transporter requestOptions.
@@ -472,10 +480,12 @@ export function createAbtestingClient({
472
480
},
473
481
474
482
/**
475
-
* Given the traffic percentage and the expected effect size, this endpoint estimates the sample size and duration of an A/B test based on historical traffic.
483
+
* This endpoint is deprecated. Use the A/B Testing API v3 instead. Replaced by `POST /3/abtests/estimate`. Given the traffic percentage and the expected effect size, this endpoint estimates the sample size and duration of an A/B test based on historical traffic.
476
484
*
477
485
* Required API Key ACLs:
478
486
* - analytics
487
+
*
488
+
* @deprecated
479
489
* @param estimateABTestRequest - The estimateABTestRequest object.
480
490
* @param requestOptions - The requestOptions to send along with the query, they will be merged with the transporter requestOptions.
481
491
*/
@@ -503,12 +513,14 @@ export function createAbtestingClient({
* Given the traffic percentage and the expected effect size, this endpoint estimates the sample size and duration of an A/B test based on historical traffic.
516
+
* This endpoint is deprecated. Use the A/B Testing API v3 instead. Replaced by `POST /3/abtests/estimate`. Given the traffic percentage and the expected effect size, this endpoint estimates the sample size and duration of an A/B test based on historical traffic.
507
517
*
508
518
* Resolves with the full HTTP response information: status code, headers (when the requester captures them), raw body and deserialized data. Bypasses the requests and responses caches: always performs the API call.
509
519
*
510
520
* Required API Key ACLs:
511
521
* - analytics
522
+
*
523
+
* @deprecated
512
524
* @param estimateABTestRequest - The estimateABTestRequest object.
513
525
* @param requestOptions - The requestOptions to send along with the query, they will be merged with the transporter requestOptions.
514
526
* @see estimateABTest for the plain version.
@@ -542,10 +554,12 @@ export function createAbtestingClient({
542
554
},
543
555
544
556
/**
545
-
* Retrieves the details for an A/B test by its ID.
557
+
* This endpoint is deprecated. Use the A/B Testing API v3 instead. Replaced by `GET /3/abtests/{id}`. Retrieves the details for an A/B test by its ID.
546
558
*
547
559
* Required API Key ACLs:
548
560
* - analytics
561
+
*
562
+
* @deprecated
549
563
* @param getABTest - The getABTest object.
550
564
* @param getABTest.id - Unique A/B test identifier.
551
565
* @param requestOptions - The requestOptions to send along with the query, they will be merged with the transporter requestOptions.
@@ -567,12 +581,14 @@ export function createAbtestingClient({
* Retrieves the details for an A/B test by its ID.
584
+
* This endpoint is deprecated. Use the A/B Testing API v3 instead. Replaced by `GET /3/abtests/{id}`. Retrieves the details for an A/B test by its ID.
571
585
*
572
586
* Resolves with the full HTTP response information: status code, headers (when the requester captures them), raw body and deserialized data. Bypasses the requests and responses caches: always performs the API call.
573
587
*
574
588
* Required API Key ACLs:
575
589
* - analytics
590
+
*
591
+
* @deprecated
576
592
* @param getABTest - The getABTest object.
577
593
* @param getABTest.id - Unique A/B test identifier.
578
594
* @param requestOptions - The requestOptions to send along with the query, they will be merged with the transporter requestOptions.
@@ -599,10 +615,12 @@ export function createAbtestingClient({
599
615
},
600
616
601
617
/**
602
-
* Lists all A/B tests you configured for this application.
618
+
* This endpoint is deprecated. Use the A/B Testing API v3 instead. Replaced by `GET /3/abtests`. Lists all A/B tests you configured for this application.
603
619
*
604
620
* Required API Key ACLs:
605
621
* - analytics
622
+
*
623
+
* @deprecated
606
624
* @param listABTests - The listABTests object.
607
625
* @param listABTests.offset - Position of the first item to return.
608
626
* @param listABTests.limit - Number of items to return.
@@ -644,12 +662,14 @@ export function createAbtestingClient({
* Lists all A/B tests you configured for this application.
665
+
* This endpoint is deprecated. Use the A/B Testing API v3 instead. Replaced by `GET /3/abtests`. Lists all A/B tests you configured for this application.
648
666
*
649
667
* Resolves with the full HTTP response information: status code, headers (when the requester captures them), raw body and deserialized data. Bypasses the requests and responses caches: always performs the API call.
650
668
*
651
669
* Required API Key ACLs:
652
670
* - analytics
671
+
*
672
+
* @deprecated
653
673
* @param listABTests - The listABTests object.
654
674
* @param listABTests.offset - Position of the first item to return.
655
675
* @param listABTests.limit - Number of items to return.
@@ -693,10 +713,12 @@ export function createAbtestingClient({
693
713
},
694
714
695
715
/**
696
-
* Stops an A/B test by its ID. You can\'t restart stopped A/B tests.
716
+
* This endpoint is deprecated. Use the A/B Testing API v3 instead. Replaced by `POST /3/abtests/{id}/stop`. Stops an A/B test by its ID. You can\'t restart stopped A/B tests.
697
717
*
698
718
* Required API Key ACLs:
699
719
* - editSettings
720
+
*
721
+
* @deprecated
700
722
* @param stopABTest - The stopABTest object.
701
723
* @param stopABTest.id - Unique A/B test identifier.
702
724
* @param requestOptions - The requestOptions to send along with the query, they will be merged with the transporter requestOptions.
@@ -718,12 +740,14 @@ export function createAbtestingClient({
* Stops an A/B test by its ID. You can\'t restart stopped A/B tests.
743
+
* This endpoint is deprecated. Use the A/B Testing API v3 instead. Replaced by `POST /3/abtests/{id}/stop`. Stops an A/B test by its ID. You can\'t restart stopped A/B tests.
722
744
*
723
745
* Resolves with the full HTTP response information: status code, headers (when the requester captures them), raw body and deserialized data. Bypasses the requests and responses caches: always performs the API call.
724
746
*
725
747
* Required API Key ACLs:
726
748
* - editSettings
749
+
*
750
+
* @deprecated
727
751
* @param stopABTest - The stopABTest object.
728
752
* @param stopABTest.id - Unique A/B test identifier.
729
753
* @param requestOptions - The requestOptions to send along with the query, they will be merged with the transporter requestOptions.
0 commit comments