Skip to content

Commit 35be146

Browse files
authored
Merge pull request #800 from linode/release-4.153.2
Release 4.153.2
2 parents d109753 + 355103e commit 35be146

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

openapi.yaml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
openapi: 3.0.1
22
info:
3-
version: 4.153.0
3+
version: 4.153.2
44

55
title: Linode API
66
description: |
@@ -378,6 +378,10 @@ info:
378378

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

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+
381385
`/stats` endpoints have their own dedicated rate limits of 100 requests per minute. These endpoints are:
382386

383387
* [View Linode Statistics](/docs/api/linode-instances/#linode-statistics-view)
@@ -6000,7 +6004,7 @@ paths:
60006004

60016005
In an effort to fight spam, Linode restricts outbound connections on ports 25, 465, and 587
60026006
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/).
60046008

60056009
Linodes can be created in a number of ways:
60066010

@@ -11464,7 +11468,7 @@ paths:
1146411468
summary: Managed SSH Key View
1146511469
description: |
1146611470
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,
1146811472
Linode special forces will be able to log in to the Linode with this key
1146911473
when attempting to resolve issues.
1147011474

@@ -19959,7 +19963,7 @@ components:
1995919963
example:
1996019964
gh_username: linode
1996119965
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.
1996319967

1996419968
This field is required to be valid JSON.
1996519969

0 commit comments

Comments
 (0)