Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading