@@ -1078,10 +1078,8 @@ open class AnalyticsClient {
1078
1078
/// - parameter index: (query) Index name.
1079
1079
/// - parameter startDate: (query) Start date of the period to analyze, in `YYYY-MM-DD` format. (optional)
1080
1080
/// - parameter endDate: (query) End date of the period to analyze, in `YYYY-MM-DD` format. (optional)
1081
- /// - parameter limit: (query) Number of items to return. Combined with the `offset` parameter, only the first 1000
1082
- /// items can be retrieved. (optional, default to 10)
1083
- /// - parameter offset: (query) Position of the first item to return. Combined with the `limit` parameter, only the
1084
- /// first 1000 items can be retrieved. (optional, default to 0)
1081
+ /// - parameter limit: (query) Number of items to return. (optional, default to 10)
1082
+ /// - parameter offset: (query) Position of the first item to return. (optional, default to 0)
1085
1083
/// - parameter tags: (query) Tags by which to segment the analytics. You can combine multiple tags with `OR` and
1086
1084
/// `AND`. Tags must be URL-encoded. For more information, see [Segment your analytics
1087
1085
/// data](https://www.algolia.com/doc/guides/search-analytics/guides/segments/). (optional)
@@ -1123,11 +1121,9 @@ open class AnalyticsClient {
1123
1121
//
1124
1122
// - parameter endDate: (query) End date of the period to analyze, in `YYYY-MM-DD` format. (optional)
1125
1123
//
1126
- // - parameter limit: (query) Number of items to return. Combined with the `offset` parameter, only the first 1000
1127
- // items can be retrieved. (optional, default to 10)
1124
+ // - parameter limit: (query) Number of items to return. (optional, default to 10)
1128
1125
//
1129
- // - parameter offset: (query) Position of the first item to return. Combined with the `limit` parameter, only the
1130
- // first 1000 items can be retrieved. (optional, default to 0)
1126
+ // - parameter offset: (query) Position of the first item to return. (optional, default to 0)
1131
1127
//
1132
1128
// - parameter tags: (query) Tags by which to segment the analytics. You can combine multiple tags with `OR` and
1133
1129
// `AND`. Tags must be URL-encoded. For more information, see [Segment your analytics
@@ -1173,10 +1169,8 @@ open class AnalyticsClient {
1173
1169
/// - parameter index: (query) Index name.
1174
1170
/// - parameter startDate: (query) Start date of the period to analyze, in `YYYY-MM-DD` format. (optional)
1175
1171
/// - parameter endDate: (query) End date of the period to analyze, in `YYYY-MM-DD` format. (optional)
1176
- /// - parameter limit: (query) Number of items to return. Combined with the `offset` parameter, only the first 1000
1177
- /// items can be retrieved. (optional, default to 10)
1178
- /// - parameter offset: (query) Position of the first item to return. Combined with the `limit` parameter, only the
1179
- /// first 1000 items can be retrieved. (optional, default to 0)
1172
+ /// - parameter limit: (query) Number of items to return. (optional, default to 10)
1173
+ /// - parameter offset: (query) Position of the first item to return. (optional, default to 0)
1180
1174
/// - parameter tags: (query) Tags by which to segment the analytics. You can combine multiple tags with `OR` and
1181
1175
/// `AND`. Tags must be URL-encoded. For more information, see [Segment your analytics
1182
1176
/// data](https://www.algolia.com/doc/guides/search-analytics/guides/segments/). (optional)
@@ -1218,11 +1212,9 @@ open class AnalyticsClient {
1218
1212
//
1219
1213
// - parameter endDate: (query) End date of the period to analyze, in `YYYY-MM-DD` format. (optional)
1220
1214
//
1221
- // - parameter limit: (query) Number of items to return. Combined with the `offset` parameter, only the first 1000
1222
- // items can be retrieved. (optional, default to 10)
1215
+ // - parameter limit: (query) Number of items to return. (optional, default to 10)
1223
1216
//
1224
- // - parameter offset: (query) Position of the first item to return. Combined with the `limit` parameter, only the
1225
- // first 1000 items can be retrieved. (optional, default to 0)
1217
+ // - parameter offset: (query) Position of the first item to return. (optional, default to 0)
1226
1218
//
1227
1219
// - parameter tags: (query) Tags by which to segment the analytics. You can combine multiple tags with `OR` and
1228
1220
// `AND`. Tags must be URL-encoded. For more information, see [Segment your analytics
@@ -1318,10 +1310,8 @@ open class AnalyticsClient {
1318
1310
/// - parameter index: (query) Index name.
1319
1311
/// - parameter startDate: (query) Start date of the period to analyze, in `YYYY-MM-DD` format. (optional)
1320
1312
/// - parameter endDate: (query) End date of the period to analyze, in `YYYY-MM-DD` format. (optional)
1321
- /// - parameter limit: (query) Number of items to return. Combined with the `offset` parameter, only the first 1000
1322
- /// items can be retrieved. (optional, default to 10)
1323
- /// - parameter offset: (query) Position of the first item to return. Combined with the `limit` parameter, only the
1324
- /// first 1000 items can be retrieved. (optional, default to 0)
1313
+ /// - parameter limit: (query) Number of items to return. (optional, default to 10)
1314
+ /// - parameter offset: (query) Position of the first item to return. (optional, default to 0)
1325
1315
/// - parameter tags: (query) Tags by which to segment the analytics. You can combine multiple tags with `OR` and
1326
1316
/// `AND`. Tags must be URL-encoded. For more information, see [Segment your analytics
1327
1317
/// data](https://www.algolia.com/doc/guides/search-analytics/guides/segments/). (optional)
@@ -1363,11 +1353,9 @@ open class AnalyticsClient {
1363
1353
//
1364
1354
// - parameter endDate: (query) End date of the period to analyze, in `YYYY-MM-DD` format. (optional)
1365
1355
//
1366
- // - parameter limit: (query) Number of items to return. Combined with the `offset` parameter, only the first 1000
1367
- // items can be retrieved. (optional, default to 10)
1356
+ // - parameter limit: (query) Number of items to return. (optional, default to 10)
1368
1357
//
1369
- // - parameter offset: (query) Position of the first item to return. Combined with the `limit` parameter, only the
1370
- // first 1000 items can be retrieved. (optional, default to 0)
1358
+ // - parameter offset: (query) Position of the first item to return. (optional, default to 0)
1371
1359
//
1372
1360
// - parameter tags: (query) Tags by which to segment the analytics. You can combine multiple tags with `OR` and
1373
1361
// `AND`. Tags must be URL-encoded. For more information, see [Segment your analytics
@@ -1414,10 +1402,8 @@ open class AnalyticsClient {
1414
1402
/// - parameter search: (query) Search query. (optional)
1415
1403
/// - parameter startDate: (query) Start date of the period to analyze, in `YYYY-MM-DD` format. (optional)
1416
1404
/// - parameter endDate: (query) End date of the period to analyze, in `YYYY-MM-DD` format. (optional)
1417
- /// - parameter limit: (query) Number of items to return. Combined with the `offset` parameter, only the first 1000
1418
- /// items can be retrieved. (optional, default to 10)
1419
- /// - parameter offset: (query) Position of the first item to return. Combined with the `limit` parameter, only the
1420
- /// first 1000 items can be retrieved. (optional, default to 0)
1405
+ /// - parameter limit: (query) Number of items to return. (optional, default to 10)
1406
+ /// - parameter offset: (query) Position of the first item to return. (optional, default to 0)
1421
1407
/// - parameter tags: (query) Tags by which to segment the analytics. You can combine multiple tags with `OR` and
1422
1408
/// `AND`. Tags must be URL-encoded. For more information, see [Segment your analytics
1423
1409
/// data](https://www.algolia.com/doc/guides/search-analytics/guides/segments/). (optional)
@@ -1464,11 +1450,9 @@ open class AnalyticsClient {
1464
1450
//
1465
1451
// - parameter endDate: (query) End date of the period to analyze, in `YYYY-MM-DD` format. (optional)
1466
1452
//
1467
- // - parameter limit: (query) Number of items to return. Combined with the `offset` parameter, only the first 1000
1468
- // items can be retrieved. (optional, default to 10)
1453
+ // - parameter limit: (query) Number of items to return. (optional, default to 10)
1469
1454
//
1470
- // - parameter offset: (query) Position of the first item to return. Combined with the `limit` parameter, only the
1471
- // first 1000 items can be retrieved. (optional, default to 0)
1455
+ // - parameter offset: (query) Position of the first item to return. (optional, default to 0)
1472
1456
//
1473
1457
// - parameter tags: (query) Tags by which to segment the analytics. You can combine multiple tags with `OR` and
1474
1458
// `AND`. Tags must be URL-encoded. For more information, see [Segment your analytics
@@ -1518,10 +1502,8 @@ open class AnalyticsClient {
1518
1502
/// - parameter search: (query) Search query. (optional)
1519
1503
/// - parameter startDate: (query) Start date of the period to analyze, in `YYYY-MM-DD` format. (optional)
1520
1504
/// - parameter endDate: (query) End date of the period to analyze, in `YYYY-MM-DD` format. (optional)
1521
- /// - parameter limit: (query) Number of items to return. Combined with the `offset` parameter, only the first 1000
1522
- /// items can be retrieved. (optional, default to 10)
1523
- /// - parameter offset: (query) Position of the first item to return. Combined with the `limit` parameter, only the
1524
- /// first 1000 items can be retrieved. (optional, default to 0)
1505
+ /// - parameter limit: (query) Number of items to return. (optional, default to 10)
1506
+ /// - parameter offset: (query) Position of the first item to return. (optional, default to 0)
1525
1507
/// - parameter tags: (query) Tags by which to segment the analytics. You can combine multiple tags with `OR` and
1526
1508
/// `AND`. Tags must be URL-encoded. For more information, see [Segment your analytics
1527
1509
/// data](https://www.algolia.com/doc/guides/search-analytics/guides/segments/). (optional)
@@ -1572,11 +1554,9 @@ open class AnalyticsClient {
1572
1554
//
1573
1555
// - parameter endDate: (query) End date of the period to analyze, in `YYYY-MM-DD` format. (optional)
1574
1556
//
1575
- // - parameter limit: (query) Number of items to return. Combined with the `offset` parameter, only the first 1000
1576
- // items can be retrieved. (optional, default to 10)
1557
+ // - parameter limit: (query) Number of items to return. (optional, default to 10)
1577
1558
//
1578
- // - parameter offset: (query) Position of the first item to return. Combined with the `limit` parameter, only the
1579
- // first 1000 items can be retrieved. (optional, default to 0)
1559
+ // - parameter offset: (query) Position of the first item to return. (optional, default to 0)
1580
1560
//
1581
1561
// - parameter tags: (query) Tags by which to segment the analytics. You can combine multiple tags with `OR` and
1582
1562
// `AND`. Tags must be URL-encoded. For more information, see [Segment your analytics
@@ -1639,10 +1619,8 @@ open class AnalyticsClient {
1639
1619
/// - parameter search: (query) Search query. (optional)
1640
1620
/// - parameter startDate: (query) Start date of the period to analyze, in `YYYY-MM-DD` format. (optional)
1641
1621
/// - parameter endDate: (query) End date of the period to analyze, in `YYYY-MM-DD` format. (optional)
1642
- /// - parameter limit: (query) Number of items to return. Combined with the `offset` parameter, only the first 1000
1643
- /// items can be retrieved. (optional, default to 10)
1644
- /// - parameter offset: (query) Position of the first item to return. Combined with the `limit` parameter, only the
1645
- /// first 1000 items can be retrieved. (optional, default to 0)
1622
+ /// - parameter limit: (query) Number of items to return. (optional, default to 10)
1623
+ /// - parameter offset: (query) Position of the first item to return. (optional, default to 0)
1646
1624
/// - parameter tags: (query) Tags by which to segment the analytics. You can combine multiple tags with `OR` and
1647
1625
/// `AND`. Tags must be URL-encoded. For more information, see [Segment your analytics
1648
1626
/// data](https://www.algolia.com/doc/guides/search-analytics/guides/segments/). (optional)
@@ -1690,11 +1668,9 @@ open class AnalyticsClient {
1690
1668
//
1691
1669
// - parameter endDate: (query) End date of the period to analyze, in `YYYY-MM-DD` format. (optional)
1692
1670
//
1693
- // - parameter limit: (query) Number of items to return. Combined with the `offset` parameter, only the first 1000
1694
- // items can be retrieved. (optional, default to 10)
1671
+ // - parameter limit: (query) Number of items to return. (optional, default to 10)
1695
1672
//
1696
- // - parameter offset: (query) Position of the first item to return. Combined with the `limit` parameter, only the
1697
- // first 1000 items can be retrieved. (optional, default to 0)
1673
+ // - parameter offset: (query) Position of the first item to return. (optional, default to 0)
1698
1674
//
1699
1675
// - parameter tags: (query) Tags by which to segment the analytics. You can combine multiple tags with `OR` and
1700
1676
// `AND`. Tags must be URL-encoded. For more information, see [Segment your analytics
@@ -1747,10 +1723,8 @@ open class AnalyticsClient {
1747
1723
/// metrics related to click and conversion events are also included in the response. (optional, default to false)
1748
1724
/// - parameter startDate: (query) Start date of the period to analyze, in `YYYY-MM-DD` format. (optional)
1749
1725
/// - parameter endDate: (query) End date of the period to analyze, in `YYYY-MM-DD` format. (optional)
1750
- /// - parameter limit: (query) Number of items to return. Combined with the `offset` parameter, only the first 1000
1751
- /// items can be retrieved. (optional, default to 10)
1752
- /// - parameter offset: (query) Position of the first item to return. Combined with the `limit` parameter, only the
1753
- /// first 1000 items can be retrieved. (optional, default to 0)
1726
+ /// - parameter limit: (query) Number of items to return. (optional, default to 10)
1727
+ /// - parameter offset: (query) Position of the first item to return. (optional, default to 0)
1754
1728
/// - parameter tags: (query) Tags by which to segment the analytics. You can combine multiple tags with `OR` and
1755
1729
/// `AND`. Tags must be URL-encoded. For more information, see [Segment your analytics
1756
1730
/// data](https://www.algolia.com/doc/guides/search-analytics/guides/segments/). (optional)
@@ -1806,11 +1780,9 @@ open class AnalyticsClient {
1806
1780
//
1807
1781
// - parameter endDate: (query) End date of the period to analyze, in `YYYY-MM-DD` format. (optional)
1808
1782
//
1809
- // - parameter limit: (query) Number of items to return. Combined with the `offset` parameter, only the first 1000
1810
- // items can be retrieved. (optional, default to 10)
1783
+ // - parameter limit: (query) Number of items to return. (optional, default to 10)
1811
1784
//
1812
- // - parameter offset: (query) Position of the first item to return. Combined with the `limit` parameter, only the
1813
- // first 1000 items can be retrieved. (optional, default to 0)
1785
+ // - parameter offset: (query) Position of the first item to return. (optional, default to 0)
1814
1786
//
1815
1787
// - parameter tags: (query) Tags by which to segment the analytics. You can combine multiple tags with `OR` and
1816
1788
// `AND`. Tags must be URL-encoded. For more information, see [Segment your analytics
@@ -1869,10 +1841,8 @@ open class AnalyticsClient {
1869
1841
/// - parameter orderBy: (query) Attribute by which to order the response items. If the `clickAnalytics` parameter
1870
1842
/// is false, only `searchCount` is available. (optional)
1871
1843
/// - parameter direction: (query) Sorting direction of the results: ascending or descending. (optional)
1872
- /// - parameter limit: (query) Number of items to return. Combined with the `offset` parameter, only the first 1000
1873
- /// items can be retrieved. (optional, default to 10)
1874
- /// - parameter offset: (query) Position of the first item to return. Combined with the `limit` parameter, only the
1875
- /// first 1000 items can be retrieved. (optional, default to 0)
1844
+ /// - parameter limit: (query) Number of items to return. (optional, default to 10)
1845
+ /// - parameter offset: (query) Position of the first item to return. (optional, default to 0)
1876
1846
/// - parameter tags: (query) Tags by which to segment the analytics. You can combine multiple tags with `OR` and
1877
1847
/// `AND`. Tags must be URL-encoded. For more information, see [Segment your analytics
1878
1848
/// data](https://www.algolia.com/doc/guides/search-analytics/guides/segments/). (optional)
@@ -1933,11 +1903,9 @@ open class AnalyticsClient {
1933
1903
//
1934
1904
// - parameter direction: (query) Sorting direction of the results: ascending or descending. (optional)
1935
1905
//
1936
- // - parameter limit: (query) Number of items to return. Combined with the `offset` parameter, only the first 1000
1937
- // items can be retrieved. (optional, default to 10)
1906
+ // - parameter limit: (query) Number of items to return. (optional, default to 10)
1938
1907
//
1939
- // - parameter offset: (query) Position of the first item to return. Combined with the `limit` parameter, only the
1940
- // first 1000 items can be retrieved. (optional, default to 0)
1908
+ // - parameter offset: (query) Position of the first item to return. (optional, default to 0)
1941
1909
//
1942
1910
// - parameter tags: (query) Tags by which to segment the analytics. You can combine multiple tags with `OR` and
1943
1911
// `AND`. Tags must be URL-encoded. For more information, see [Segment your analytics
0 commit comments