|
1 | 1 | openapi: 3.0.1
|
2 | 2 | info:
|
3 |
| - version: 4.153.0 |
| 3 | + version: 4.153.2 |
4 | 4 |
|
5 | 5 | title: Linode API
|
6 | 6 | description: |
|
@@ -378,6 +378,10 @@ info:
|
378 | 378 |
|
379 | 379 | * [Linode Create](/docs/api/linode-instances/#linode-create)
|
380 | 380 |
|
| 381 | + Creating Volumes has a dedicated rate limit of 25 requests per minute. That endpoint is: |
| 382 | + |
| 383 | + * [Volume Create](/docs/api/volumes/#volume-create) |
| 384 | + |
381 | 385 | `/stats` endpoints have their own dedicated rate limits of 100 requests per minute. These endpoints are:
|
382 | 386 |
|
383 | 387 | * [View Linode Statistics](/docs/api/linode-instances/#linode-statistics-view)
|
@@ -6000,7 +6004,7 @@ paths:
|
6000 | 6004 |
|
6001 | 6005 | In an effort to fight spam, Linode restricts outbound connections on ports 25, 465, and 587
|
6002 | 6006 | on all Linodes for new accounts created after November 5th, 2019. For more information,
|
6003 |
| - see [Sending Email on Linode](/docs/guides/running-a-mail-server/#sending-email-on-linode). |
| 6007 | + see our guide on [Running a Mail Server](/docs/guides/running-a-mail-server/). |
6004 | 6008 |
|
6005 | 6009 | Linodes can be created in a number of ways:
|
6006 | 6010 |
|
@@ -11464,7 +11468,7 @@ paths:
|
11464 | 11468 | summary: Managed SSH Key View
|
11465 | 11469 | description: |
|
11466 | 11470 | Returns the unique SSH public key assigned to your Linode account's
|
11467 |
| - Managed service. If you [add this public key](/docs/guides/linode-managed/#adding-the-public-key) to a Linode on your account, |
| 11471 | + Managed service. If you [add this public key](/docs/products/services/managed/get-started/#adding-the-public-key) to a Linode on your account, |
11468 | 11472 | Linode special forces will be able to log in to the Linode with this key
|
11469 | 11473 | when attempting to resolve issues.
|
11470 | 11474 |
|
@@ -19959,7 +19963,7 @@ components:
|
19959 | 19963 | example:
|
19960 | 19964 | gh_username: linode
|
19961 | 19965 | description: |
|
19962 |
| - This field is required only if the StackScript being deployed requires input data from the User for successful completion. See [User Defined Fields (UDFs)](/docs/guides/writing-scripts-for-use-with-linode-stackscripts-a-tutorial/#user-defined-fields-udfs) for more details. |
| 19966 | + This field is required only if the StackScript being deployed requires input data from the User for successful completion. See [User Defined Fields (UDFs)](/docs/products/tools/stackscripts/guides/write-a-custom-script/#declare-user-defined-fields-udfs) for more details. |
19963 | 19967 |
|
19964 | 19968 | This field is required to be valid JSON.
|
19965 | 19969 |
|
|
0 commit comments