Skip to content

Commit c922571

Browse files
github-actions[bot]CI
andauthored
ci: update api (#15)
Co-authored-by: CI <ci@rman.dev>
1 parent 381b85b commit c922571

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

specs/lichess-api.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,9 @@ info:
4343
to ensure the API remains responsive for everyone.
4444
Only make one request at a time.
4545
If you receive an HTTP response with a [429 status](https://en.wikipedia.org/wiki/List_of_HTTP_status_codes#429),
46-
please wait a full minute before resuming API usage.
46+
you have exceded one of the rate limits.
47+
In most cases, waiting one minute before retrying will be sufficient, but some limits may require longer.
48+
Reduce your request frequency before retrying.
4749
4850
## Streaming with ND-JSON
4951
Some API endpoints stream their responses as [Newline Delimited JSON a.k.a. **nd-json**](https://github.com/ndjson/ndjson-spec), with one JSON object per line.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ get:
1515
schema:
1616
type: integer
1717
minimum: 1
18-
maximum: 200
18+
maximum: 100
1919
example: 100
2020
required: true
2121
- in: path

0 commit comments

Comments
 (0)