Skip to content

Commit

Permalink
refactor(analytics): constrain pagination only to limit query parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
febeck committed Oct 21, 2024
1 parent f9b9c8d commit c6ccb3d
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions specs/analytics/common/parameters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,23 +24,17 @@ Offset:
name: offset
description: |
Position of the first item to return.
Combined with the `limit` parameter, only the first 1000 items can be retrieved.
required: false
schema:
type: integer
default: 0
minimum: 0
maximum: 1000

Limit:
in: query
name: limit
description: |
Number of items to return.
Combined with the `offset` parameter, only the first 1000 items can be retrieved.
required: false
schema:
type: integer
Expand Down

0 comments on commit c6ccb3d

Please sign in to comment.