Skip to content

Commit

Permalink
fix(specs): update analytics and abtesting max pagination query limit…
Browse files Browse the repository at this point in the history
… (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]>
  • Loading branch information
3 people committed Oct 3, 2024
1 parent 6decac3 commit 178b542
Showing 1 changed file with 24 additions and 16 deletions.
40 changes: 24 additions & 16 deletions src/main/scala/algoliasearch/api/AnalyticsClient.scala
Original file line number Diff line number Diff line change
Expand Up @@ -580,9 +580,10 @@ class AnalyticsClient(
* @param endDate
* End date of the period to analyze, in `YYYY-MM-DD` format.
* @param limit
* Number of items to return.
* Number of items to return. Combined with the `offset` parameter, only the first 1000 items can be retrieved.
* @param offset
* Position of the first item to return.
* Position of the first item to return. Combined with the `limit` parameter, only the first 1000 items can be
* retrieved.
* @param tags
* Tags by which to segment the analytics. You can combine multiple tags with `OR` and `AND`. Tags must be
* URL-encoded. For more information, see [Segment your analytics
Expand Down Expand Up @@ -625,9 +626,10 @@ class AnalyticsClient(
* @param endDate
* End date of the period to analyze, in `YYYY-MM-DD` format.
* @param limit
* Number of items to return.
* Number of items to return. Combined with the `offset` parameter, only the first 1000 items can be retrieved.
* @param offset
* Position of the first item to return.
* Position of the first item to return. Combined with the `limit` parameter, only the first 1000 items can be
* retrieved.
* @param tags
* Tags by which to segment the analytics. You can combine multiple tags with `OR` and `AND`. Tags must be
* URL-encoded. For more information, see [Segment your analytics
Expand Down Expand Up @@ -693,9 +695,10 @@ class AnalyticsClient(
* @param endDate
* End date of the period to analyze, in `YYYY-MM-DD` format.
* @param limit
* Number of items to return.
* Number of items to return. Combined with the `offset` parameter, only the first 1000 items can be retrieved.
* @param offset
* Position of the first item to return.
* Position of the first item to return. Combined with the `limit` parameter, only the first 1000 items can be
* retrieved.
* @param tags
* Tags by which to segment the analytics. You can combine multiple tags with `OR` and `AND`. Tags must be
* URL-encoded. For more information, see [Segment your analytics
Expand Down Expand Up @@ -741,9 +744,10 @@ class AnalyticsClient(
* @param endDate
* End date of the period to analyze, in `YYYY-MM-DD` format.
* @param limit
* Number of items to return.
* Number of items to return. Combined with the `offset` parameter, only the first 1000 items can be retrieved.
* @param offset
* Position of the first item to return.
* Position of the first item to return. Combined with the `limit` parameter, only the first 1000 items can be
* retrieved.
* @param tags
* Tags by which to segment the analytics. You can combine multiple tags with `OR` and `AND`. Tags must be
* URL-encoded. For more information, see [Segment your analytics
Expand Down Expand Up @@ -793,9 +797,10 @@ class AnalyticsClient(
* @param endDate
* End date of the period to analyze, in `YYYY-MM-DD` format.
* @param limit
* Number of items to return.
* Number of items to return. Combined with the `offset` parameter, only the first 1000 items can be retrieved.
* @param offset
* Position of the first item to return.
* Position of the first item to return. Combined with the `limit` parameter, only the first 1000 items can be
* retrieved.
* @param tags
* Tags by which to segment the analytics. You can combine multiple tags with `OR` and `AND`. Tags must be
* URL-encoded. For more information, see [Segment your analytics
Expand Down Expand Up @@ -846,9 +851,10 @@ class AnalyticsClient(
* @param endDate
* End date of the period to analyze, in `YYYY-MM-DD` format.
* @param limit
* Number of items to return.
* Number of items to return. Combined with the `offset` parameter, only the first 1000 items can be retrieved.
* @param offset
* Position of the first item to return.
* Position of the first item to return. Combined with the `limit` parameter, only the first 1000 items can be
* retrieved.
* @param tags
* Tags by which to segment the analytics. You can combine multiple tags with `OR` and `AND`. Tags must be
* URL-encoded. For more information, see [Segment your analytics
Expand Down Expand Up @@ -900,9 +906,10 @@ class AnalyticsClient(
* @param endDate
* End date of the period to analyze, in `YYYY-MM-DD` format.
* @param limit
* Number of items to return.
* Number of items to return. Combined with the `offset` parameter, only the first 1000 items can be retrieved.
* @param offset
* Position of the first item to return.
* Position of the first item to return. Combined with the `limit` parameter, only the first 1000 items can be
* retrieved.
* @param tags
* Tags by which to segment the analytics. You can combine multiple tags with `OR` and `AND`. Tags must be
* URL-encoded. For more information, see [Segment your analytics
Expand Down Expand Up @@ -961,9 +968,10 @@ class AnalyticsClient(
* @param direction
* Sorting direction of the results: ascending or descending.
* @param limit
* Number of items to return.
* Number of items to return. Combined with the `offset` parameter, only the first 1000 items can be retrieved.
* @param offset
* Position of the first item to return.
* Position of the first item to return. Combined with the `limit` parameter, only the first 1000 items can be
* retrieved.
* @param tags
* Tags by which to segment the analytics. You can combine multiple tags with `OR` and `AND`. Tags must be
* URL-encoded. For more information, see [Segment your analytics
Expand Down

0 comments on commit 178b542

Please sign in to comment.