Skip to content

Commit 0a5e686

Browse files
authored
Merge pull request #887 from bbiggerr/rate-limit-updates
Updated rate limits
2 parents 39d694d + 69e930f commit 0a5e686

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

openapi.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ info:
372372

373373
### Linode APIv4 Rate Limits
374374

375-
With the Linode API, you can generally make up to 1,600 general API requests every two minutes. Additionally, all commands have a rate limit of 800 requests per minute, and all GET commands that return paginated data collections have a rate limit of 400 requests per minute, unless otherwise specified below.
375+
With the Linode API, you can generally make up to 800 general API requests every two minutes. Additionally, all commands have a rate limit of 400 requests per minute, and all GET commands that return paginated data collections have a rate limit of 200 requests per minute, unless otherwise specified below.
376376

377377
**Note:** There may be rate limiting applied at other levels outside of the API, for example, at the load balancer.
378378

@@ -388,7 +388,7 @@ info:
388388

389389
* [Images List](/docs/api/images/#images-list)
390390

391-
`/stats` endpoints have their own dedicated rate limits of 100 requests per minute. These endpoints are:
391+
`/stats` endpoints have their own dedicated rate limits of 50 requests per minute. These endpoints are:
392392

393393
* [View Linode Statistics](/docs/api/linode-instances/#linode-statistics-view)
394394
* [View Linode Statistics (year/month)](/docs/api/linode-instances/#statistics-yearmonth-view)

0 commit comments

Comments
 (0)