diff --git a/specs/lichess-api.yaml b/specs/lichess-api.yaml index 98d0d49..55073dd 100644 --- a/specs/lichess-api.yaml +++ b/specs/lichess-api.yaml @@ -1,6 +1,6 @@ openapi: "3.1.0" info: - version: 2.0.137 + version: 2.0.138 title: Lichess.org API reference contact: name: "Lichess.org API" diff --git a/specs/tags/bot/api-bot-online.yaml b/specs/tags/bot/api-bot-online.yaml index afe8bfb..b9c8677 100644 --- a/specs/tags/bot/api-bot-online.yaml +++ b/specs/tags/bot/api-bot-online.yaml @@ -4,7 +4,8 @@ get: tags: - Bot security: [] - 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. + description: Stream the [online bot users](https://lichess.org/player/bots), as + [ndjson](#description/streaming-with-nd-json). parameters: - in: query name: nb @@ -12,6 +13,8 @@ get: schema: type: integer minimum: 1 + maximum: 512 + default: 100 example: 20 responses: "200": diff --git a/specs/tags/users/api-player-top-nb-perfType.yaml b/specs/tags/users/api-player-top-nb-perfType.yaml index 546ec12..0c24a69 100644 --- a/specs/tags/users/api-player-top-nb-perfType.yaml +++ b/specs/tags/users/api-player-top-nb-perfType.yaml @@ -7,7 +7,7 @@ get: description: | Get the leaderboard for a single speed or variant (a.k.a. `perfType`). There is no leaderboard for correspondence or puzzles. - See . + See . parameters: - in: path name: nb