Skip to content

Commit a9a0c25

Browse files
authored
ci: update api (#36)
1 parent bf96593 commit a9a0c25

3 files changed

Lines changed: 6 additions & 3 deletions

File tree

specs/lichess-api.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
openapi: "3.1.0"
22
info:
3-
version: 2.0.137
3+
version: 2.0.138
44
title: Lichess.org API reference
55
contact:
66
name: "Lichess.org API"

specs/tags/bot/api-bot-online.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,17 @@ get:
44
tags:
55
- Bot
66
security: []
7-
description: Stream the [online bot users](https://lichess.org/player/bots), as [ndjson](#description/streaming-with-nd-json). Throttled to 50 bot users per second.
7+
description: Stream the [online bot users](https://lichess.org/player/bots), as
8+
[ndjson](#description/streaming-with-nd-json).
89
parameters:
910
- in: query
1011
name: nb
1112
description: How many bot users to fetch
1213
schema:
1314
type: integer
1415
minimum: 1
16+
maximum: 512
17+
default: 100
1518
example: 20
1619
responses:
1720
"200":

specs/tags/users/api-player-top-nb-perfType.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ get:
77
description: |
88
Get the leaderboard for a single speed or variant (a.k.a. `perfType`).
99
There is no leaderboard for correspondence or puzzles.
10-
See <https://lichess.org/player/top/200/bullet>.
10+
See <https://lichess.org/player/top/100/bullet>.
1111
parameters:
1212
- in: path
1313
name: nb

0 commit comments

Comments
 (0)