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 specs/lichess-api.yaml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
5 changes: 4 additions & 1 deletion specs/tags/bot/api-bot-online.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,17 @@ 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
description: How many bot users to fetch
schema:
type: integer
minimum: 1
maximum: 512
default: 100
example: 20
responses:
"200":
Expand Down
2 changes: 1 addition & 1 deletion specs/tags/users/api-player-top-nb-perfType.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://lichess.org/player/top/200/bullet>.
See <https://lichess.org/player/top/100/bullet>.
parameters:
- in: path
name: nb
Expand Down