Skip to content

Commit

Permalink
docs(analytics): constrain pagination only to limit query parameter (#…
Browse files Browse the repository at this point in the history
…4012)

Co-authored-by: shortcuts <vannicattec@gmail.com>
  • Loading branch information
febeck and shortcuts authored Oct 21, 2024
1 parent 3f9989b commit fe2c844
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
runs-on: ubuntu-22.04
timeout-minutes: 10
env:
CACHE_VERSION: 1.01 # bump this to run all clients on the CI.
CACHE_VERSION: 1.02 # bump this to run all clients on the CI.
steps:
- name: debugging - dump GitHub context
env:
Expand Down
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 fe2c844

Please sign in to comment.