Skip to content

Release 4.119.4 #615

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Apr 4, 2022
Merged
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
7 changes: 6 additions & 1 deletion openapi.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
openapi: 3.0.1
info:
version: 4.119.0
version: 4.119.4

title: Linode API
description: |
Expand Down Expand Up @@ -343,6 +343,11 @@ info:

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

Creating Linodes has a dedicated limit of 10 requests per 30 seconds per user.
That endpoint is:

* [Linode Create](/docs/api/linode-instances/#linode-create)

`/stats` endpoints have their own dedicated limits of 100 requests per minute per user.
These endpoints are:

Expand Down