Skip to content

Commit fe2c844

Browse files
febeckshortcuts
andauthored
docs(analytics): constrain pagination only to limit query parameter (#4012)
Co-authored-by: shortcuts <[email protected]>
1 parent 3f9989b commit fe2c844

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

.github/workflows/check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
runs-on: ubuntu-22.04
4242
timeout-minutes: 10
4343
env:
44-
CACHE_VERSION: 1.01 # bump this to run all clients on the CI.
44+
CACHE_VERSION: 1.02 # bump this to run all clients on the CI.
4545
steps:
4646
- name: debugging - dump GitHub context
4747
env:

specs/analytics/common/parameters.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,23 +24,17 @@ Offset:
2424
name: offset
2525
description: |
2626
Position of the first item to return.
27-
28-
Combined with the `limit` parameter, only the first 1000 items can be retrieved.
2927
required: false
3028
schema:
3129
type: integer
3230
default: 0
3331
minimum: 0
34-
maximum: 1000
3532

3633
Limit:
3734
in: query
3835
name: limit
3936
description: |
4037
Number of items to return.
41-
42-
Combined with the `offset` parameter, only the first 1000 items can be retrieved.
43-
4438
required: false
4539
schema:
4640
type: integer

0 commit comments

Comments
 (0)