Skip to content
Closed
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
10 changes: 10 additions & 0 deletions doc/specs/tags/users/api-player-top-nb-perfType.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,16 @@ get:
- racingKings
- threeCheck
required: true
- in: query
name: offset
description: How many of the top players to optionally skip before getting `nb` users. Must be divisible by 100.
schema:
type: integer
minimum: 0
maximum: 1900
default: 0
example: 0
required: false
responses:
"200":
description: The list of top players for the variant.
Expand Down
3 changes: 3 additions & 0 deletions scripts/update-examples/users.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ example(
nb: 3,
perfType: "blitz",
},
query: {
offset: 0,
},
},
}),
);
Expand Down
Loading