Skip to content

Commit 5c7b236

Browse files
algolia-botfebeckshortcuts
committed
docs(analytics): constrain pagination only to limit query parameter (generated)
algolia/api-clients-automation#4012 Co-authored-by: algolia-bot <[email protected]> Co-authored-by: Fernando Beck <[email protected]> Co-authored-by: shortcuts <[email protected]>
1 parent a989d8c commit 5c7b236

File tree

1 file changed

+16
-24
lines changed

1 file changed

+16
-24
lines changed

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

Lines changed: 16 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -580,10 +580,9 @@ 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. Combined with the `offset` parameter, only the first 1000 items can be retrieved.
583+
* Number of items to return.
584584
* @param offset
585-
* Position of the first item to return. Combined with the `limit` parameter, only the first 1000 items can be
586-
* retrieved.
585+
* Position of the first item to return.
587586
* @param tags
588587
* Tags by which to segment the analytics. You can combine multiple tags with `OR` and `AND`. Tags must be
589588
* URL-encoded. For more information, see [Segment your analytics
@@ -626,10 +625,9 @@ class AnalyticsClient(
626625
* @param endDate
627626
* End date of the period to analyze, in `YYYY-MM-DD` format.
628627
* @param limit
629-
* Number of items to return. Combined with the `offset` parameter, only the first 1000 items can be retrieved.
628+
* Number of items to return.
630629
* @param offset
631-
* Position of the first item to return. Combined with the `limit` parameter, only the first 1000 items can be
632-
* retrieved.
630+
* Position of the first item to return.
633631
* @param tags
634632
* Tags by which to segment the analytics. You can combine multiple tags with `OR` and `AND`. Tags must be
635633
* URL-encoded. For more information, see [Segment your analytics
@@ -695,10 +693,9 @@ class AnalyticsClient(
695693
* @param endDate
696694
* End date of the period to analyze, in `YYYY-MM-DD` format.
697695
* @param limit
698-
* Number of items to return. Combined with the `offset` parameter, only the first 1000 items can be retrieved.
696+
* Number of items to return.
699697
* @param offset
700-
* Position of the first item to return. Combined with the `limit` parameter, only the first 1000 items can be
701-
* retrieved.
698+
* Position of the first item to return.
702699
* @param tags
703700
* Tags by which to segment the analytics. You can combine multiple tags with `OR` and `AND`. Tags must be
704701
* URL-encoded. For more information, see [Segment your analytics
@@ -744,10 +741,9 @@ class AnalyticsClient(
744741
* @param endDate
745742
* End date of the period to analyze, in `YYYY-MM-DD` format.
746743
* @param limit
747-
* Number of items to return. Combined with the `offset` parameter, only the first 1000 items can be retrieved.
744+
* Number of items to return.
748745
* @param offset
749-
* Position of the first item to return. Combined with the `limit` parameter, only the first 1000 items can be
750-
* retrieved.
746+
* Position of the first item to return.
751747
* @param tags
752748
* Tags by which to segment the analytics. You can combine multiple tags with `OR` and `AND`. Tags must be
753749
* URL-encoded. For more information, see [Segment your analytics
@@ -797,10 +793,9 @@ class AnalyticsClient(
797793
* @param endDate
798794
* End date of the period to analyze, in `YYYY-MM-DD` format.
799795
* @param limit
800-
* Number of items to return. Combined with the `offset` parameter, only the first 1000 items can be retrieved.
796+
* Number of items to return.
801797
* @param offset
802-
* Position of the first item to return. Combined with the `limit` parameter, only the first 1000 items can be
803-
* retrieved.
798+
* Position of the first item to return.
804799
* @param tags
805800
* Tags by which to segment the analytics. You can combine multiple tags with `OR` and `AND`. Tags must be
806801
* URL-encoded. For more information, see [Segment your analytics
@@ -851,10 +846,9 @@ class AnalyticsClient(
851846
* @param endDate
852847
* End date of the period to analyze, in `YYYY-MM-DD` format.
853848
* @param limit
854-
* Number of items to return. Combined with the `offset` parameter, only the first 1000 items can be retrieved.
849+
* Number of items to return.
855850
* @param offset
856-
* Position of the first item to return. Combined with the `limit` parameter, only the first 1000 items can be
857-
* retrieved.
851+
* Position of the first item to return.
858852
* @param tags
859853
* Tags by which to segment the analytics. You can combine multiple tags with `OR` and `AND`. Tags must be
860854
* URL-encoded. For more information, see [Segment your analytics
@@ -906,10 +900,9 @@ class AnalyticsClient(
906900
* @param endDate
907901
* End date of the period to analyze, in `YYYY-MM-DD` format.
908902
* @param limit
909-
* Number of items to return. Combined with the `offset` parameter, only the first 1000 items can be retrieved.
903+
* Number of items to return.
910904
* @param offset
911-
* Position of the first item to return. Combined with the `limit` parameter, only the first 1000 items can be
912-
* retrieved.
905+
* Position of the first item to return.
913906
* @param tags
914907
* Tags by which to segment the analytics. You can combine multiple tags with `OR` and `AND`. Tags must be
915908
* URL-encoded. For more information, see [Segment your analytics
@@ -968,10 +961,9 @@ class AnalyticsClient(
968961
* @param direction
969962
* Sorting direction of the results: ascending or descending.
970963
* @param limit
971-
* Number of items to return. Combined with the `offset` parameter, only the first 1000 items can be retrieved.
964+
* Number of items to return.
972965
* @param offset
973-
* Position of the first item to return. Combined with the `limit` parameter, only the first 1000 items can be
974-
* retrieved.
966+
* Position of the first item to return.
975967
* @param tags
976968
* Tags by which to segment the analytics. You can combine multiple tags with `OR` and `AND`. Tags must be
977969
* URL-encoded. For more information, see [Segment your analytics

0 commit comments

Comments
 (0)