Skip to content

Commit d11c082

Browse files
committed
refactor(analytics): constrain pagination only to limit query parameter
1 parent 3f9989b commit d11c082

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

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)