We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f9989b commit d11c082Copy full SHA for d11c082
specs/analytics/common/parameters.yml
@@ -24,23 +24,17 @@ Offset:
24
name: offset
25
description: |
26
Position of the first item to return.
27
-
28
- Combined with the `limit` parameter, only the first 1000 items can be retrieved.
29
required: false
30
schema:
31
type: integer
32
default: 0
33
minimum: 0
34
- maximum: 1000
35
36
Limit:
37
in: query
38
name: limit
39
40
Number of items to return.
41
42
- Combined with the `offset` parameter, only the first 1000 items can be retrieved.
43
44
45
46
0 commit comments