From 5c7b236423e4074033c37b90e5ac2fb6521ee955 Mon Sep 17 00:00:00 2001 From: algolia-bot Date: Mon, 21 Oct 2024 14:25:10 +0000 Subject: [PATCH] docs(analytics): constrain pagination only to limit query parameter (generated) https://github.com/algolia/api-clients-automation/pull/4012 Co-authored-by: algolia-bot Co-authored-by: Fernando Beck Co-authored-by: shortcuts --- .../algoliasearch/api/AnalyticsClient.scala | 40 ++++++++----------- 1 file changed, 16 insertions(+), 24 deletions(-) diff --git a/src/main/scala/algoliasearch/api/AnalyticsClient.scala b/src/main/scala/algoliasearch/api/AnalyticsClient.scala index be63bba3..9513da68 100644 --- a/src/main/scala/algoliasearch/api/AnalyticsClient.scala +++ b/src/main/scala/algoliasearch/api/AnalyticsClient.scala @@ -580,10 +580,9 @@ class AnalyticsClient( * @param endDate * End date of the period to analyze, in `YYYY-MM-DD` format. * @param limit - * Number of items to return. Combined with the `offset` parameter, only the first 1000 items can be retrieved. + * Number of items to return. * @param offset - * Position of the first item to return. Combined with the `limit` parameter, only the first 1000 items can be - * retrieved. + * Position of the first item to return. * @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 @@ -626,10 +625,9 @@ class AnalyticsClient( * @param endDate * End date of the period to analyze, in `YYYY-MM-DD` format. * @param limit - * Number of items to return. Combined with the `offset` parameter, only the first 1000 items can be retrieved. + * Number of items to return. * @param offset - * Position of the first item to return. Combined with the `limit` parameter, only the first 1000 items can be - * retrieved. + * Position of the first item to return. * @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 @@ -695,10 +693,9 @@ class AnalyticsClient( * @param endDate * End date of the period to analyze, in `YYYY-MM-DD` format. * @param limit - * Number of items to return. Combined with the `offset` parameter, only the first 1000 items can be retrieved. + * Number of items to return. * @param offset - * Position of the first item to return. Combined with the `limit` parameter, only the first 1000 items can be - * retrieved. + * Position of the first item to return. * @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 @@ -744,10 +741,9 @@ class AnalyticsClient( * @param endDate * End date of the period to analyze, in `YYYY-MM-DD` format. * @param limit - * Number of items to return. Combined with the `offset` parameter, only the first 1000 items can be retrieved. + * Number of items to return. * @param offset - * Position of the first item to return. Combined with the `limit` parameter, only the first 1000 items can be - * retrieved. + * Position of the first item to return. * @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 @@ -797,10 +793,9 @@ class AnalyticsClient( * @param endDate * End date of the period to analyze, in `YYYY-MM-DD` format. * @param limit - * Number of items to return. Combined with the `offset` parameter, only the first 1000 items can be retrieved. + * Number of items to return. * @param offset - * Position of the first item to return. Combined with the `limit` parameter, only the first 1000 items can be - * retrieved. + * Position of the first item to return. * @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 @@ -851,10 +846,9 @@ class AnalyticsClient( * @param endDate * End date of the period to analyze, in `YYYY-MM-DD` format. * @param limit - * Number of items to return. Combined with the `offset` parameter, only the first 1000 items can be retrieved. + * Number of items to return. * @param offset - * Position of the first item to return. Combined with the `limit` parameter, only the first 1000 items can be - * retrieved. + * Position of the first item to return. * @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 @@ -906,10 +900,9 @@ class AnalyticsClient( * @param endDate * End date of the period to analyze, in `YYYY-MM-DD` format. * @param limit - * Number of items to return. Combined with the `offset` parameter, only the first 1000 items can be retrieved. + * Number of items to return. * @param offset - * Position of the first item to return. Combined with the `limit` parameter, only the first 1000 items can be - * retrieved. + * Position of the first item to return. * @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 @@ -968,10 +961,9 @@ class AnalyticsClient( * @param direction * Sorting direction of the results: ascending or descending. * @param limit - * Number of items to return. Combined with the `offset` parameter, only the first 1000 items can be retrieved. + * Number of items to return. * @param offset - * Position of the first item to return. Combined with the `limit` parameter, only the first 1000 items can be - * retrieved. + * Position of the first item to return. * @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