Skip to content
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
9 changes: 6 additions & 3 deletions openapi.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
openapi: 3.0.1
info:
version: 4.167.1
version: 4.167.3
title: Linode API
license:
name: Apache 2.0
Expand Down Expand Up @@ -372,7 +372,7 @@ info:

### Linode APIv4 Rate Limits

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.
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.

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

Expand All @@ -388,7 +388,7 @@ info:

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

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

* [View Linode Statistics](/docs/api/linode-instances/#linode-statistics-view)
* [View Linode Statistics (year/month)](/docs/api/linode-instances/#statistics-yearmonth-view)
Expand Down Expand Up @@ -6432,6 +6432,9 @@ paths:
example: true
interfaces:
$ref: '#/components/schemas/LinodeConfigInterfaces'
firewall_id:
type: integer
description: The `id` of the Firewall to attach this Linode to upon creation.
responses:
'200':
description: >
Expand Down