Skip to content

Commit 178b542

Browse files
algolia-botfebeckmillotp
committed
fix(specs): update analytics and abtesting max pagination query limit (generated)
algolia/api-clients-automation#3696 Co-authored-by: algolia-bot <[email protected]> Co-authored-by: Fernando Beck <[email protected]> Co-authored-by: Pierre Millot <[email protected]>
1 parent 6decac3 commit 178b542

File tree

1 file changed

+24
-16
lines changed

1 file changed

+24
-16
lines changed

src/main/scala/algoliasearch/api/AnalyticsClient.scala

Lines changed: 24 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -580,9 +580,10 @@ class AnalyticsClient(
580580
* @param endDate
581581
* End date of the period to analyze, in `YYYY-MM-DD` format.
582582
* @param limit
583-
* Number of items to return.
583+
* Number of items to return. Combined with the `offset` parameter, only the first 1000 items can be retrieved.
584584
* @param offset
585-
* Position of the first item to return.
585+
* Position of the first item to return. Combined with the `limit` parameter, only the first 1000 items can be
586+
* retrieved.
586587
* @param tags
587588
* Tags by which to segment the analytics. You can combine multiple tags with `OR` and `AND`. Tags must be
588589
* URL-encoded. For more information, see [Segment your analytics
@@ -625,9 +626,10 @@ class AnalyticsClient(
625626
* @param endDate
626627
* End date of the period to analyze, in `YYYY-MM-DD` format.
627628
* @param limit
628-
* Number of items to return.
629+
* Number of items to return. Combined with the `offset` parameter, only the first 1000 items can be retrieved.
629630
* @param offset
630-
* Position of the first item to return.
631+
* Position of the first item to return. Combined with the `limit` parameter, only the first 1000 items can be
632+
* retrieved.
631633
* @param tags
632634
* Tags by which to segment the analytics. You can combine multiple tags with `OR` and `AND`. Tags must be
633635
* URL-encoded. For more information, see [Segment your analytics
@@ -693,9 +695,10 @@ class AnalyticsClient(
693695
* @param endDate
694696
* End date of the period to analyze, in `YYYY-MM-DD` format.
695697
* @param limit
696-
* Number of items to return.
698+
* Number of items to return. Combined with the `offset` parameter, only the first 1000 items can be retrieved.
697699
* @param offset
698-
* Position of the first item to return.
700+
* Position of the first item to return. Combined with the `limit` parameter, only the first 1000 items can be
701+
* retrieved.
699702
* @param tags
700703
* Tags by which to segment the analytics. You can combine multiple tags with `OR` and `AND`. Tags must be
701704
* URL-encoded. For more information, see [Segment your analytics
@@ -741,9 +744,10 @@ class AnalyticsClient(
741744
* @param endDate
742745
* End date of the period to analyze, in `YYYY-MM-DD` format.
743746
* @param limit
744-
* Number of items to return.
747+
* Number of items to return. Combined with the `offset` parameter, only the first 1000 items can be retrieved.
745748
* @param offset
746-
* Position of the first item to return.
749+
* Position of the first item to return. Combined with the `limit` parameter, only the first 1000 items can be
750+
* retrieved.
747751
* @param tags
748752
* Tags by which to segment the analytics. You can combine multiple tags with `OR` and `AND`. Tags must be
749753
* URL-encoded. For more information, see [Segment your analytics
@@ -793,9 +797,10 @@ class AnalyticsClient(
793797
* @param endDate
794798
* End date of the period to analyze, in `YYYY-MM-DD` format.
795799
* @param limit
796-
* Number of items to return.
800+
* Number of items to return. Combined with the `offset` parameter, only the first 1000 items can be retrieved.
797801
* @param offset
798-
* Position of the first item to return.
802+
* Position of the first item to return. Combined with the `limit` parameter, only the first 1000 items can be
803+
* retrieved.
799804
* @param tags
800805
* Tags by which to segment the analytics. You can combine multiple tags with `OR` and `AND`. Tags must be
801806
* URL-encoded. For more information, see [Segment your analytics
@@ -846,9 +851,10 @@ class AnalyticsClient(
846851
* @param endDate
847852
* End date of the period to analyze, in `YYYY-MM-DD` format.
848853
* @param limit
849-
* Number of items to return.
854+
* Number of items to return. Combined with the `offset` parameter, only the first 1000 items can be retrieved.
850855
* @param offset
851-
* Position of the first item to return.
856+
* Position of the first item to return. Combined with the `limit` parameter, only the first 1000 items can be
857+
* retrieved.
852858
* @param tags
853859
* Tags by which to segment the analytics. You can combine multiple tags with `OR` and `AND`. Tags must be
854860
* URL-encoded. For more information, see [Segment your analytics
@@ -900,9 +906,10 @@ class AnalyticsClient(
900906
* @param endDate
901907
* End date of the period to analyze, in `YYYY-MM-DD` format.
902908
* @param limit
903-
* Number of items to return.
909+
* Number of items to return. Combined with the `offset` parameter, only the first 1000 items can be retrieved.
904910
* @param offset
905-
* Position of the first item to return.
911+
* Position of the first item to return. Combined with the `limit` parameter, only the first 1000 items can be
912+
* retrieved.
906913
* @param tags
907914
* Tags by which to segment the analytics. You can combine multiple tags with `OR` and `AND`. Tags must be
908915
* URL-encoded. For more information, see [Segment your analytics
@@ -961,9 +968,10 @@ class AnalyticsClient(
961968
* @param direction
962969
* Sorting direction of the results: ascending or descending.
963970
* @param limit
964-
* Number of items to return.
971+
* Number of items to return. Combined with the `offset` parameter, only the first 1000 items can be retrieved.
965972
* @param offset
966-
* Position of the first item to return.
973+
* Position of the first item to return. Combined with the `limit` parameter, only the first 1000 items can be
974+
* retrieved.
967975
* @param tags
968976
* Tags by which to segment the analytics. You can combine multiple tags with `OR` and `AND`. Tags must be
969977
* URL-encoded. For more information, see [Segment your analytics

0 commit comments

Comments
 (0)