You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: openapi.yaml
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -3862,13 +3862,13 @@ paths:
3862
3862
type:
3863
3863
type: string
3864
3864
description: |
3865
-
Request re-sizing of your cluster to a higher plan by specifying a larger Linode Type.
3865
+
Request re-sizing of your cluster to a Linode Type with more disk space. For example, you could request a Linode Type that uses a higher plan.
3866
3866
3867
-
* Needs to be a higher plan than your current Linode Type.
3867
+
* Needs to be a Linode Type with more disk space than your current Linode.
3868
3868
3869
3869
* Resizing to a larger Linode Type can accrue additional cost. Review the `price` output in the [Types List](/docs/api/linode-types/#types-list) operation for more information.
3870
3870
3871
-
* You can't update the `allow-list` and set a new `type` in the same request.
3871
+
* You can't update the `allow_list` and set a new `type` in the same request.
3872
3872
3873
3873
* Any active updates to your cluster need to complete before you can request a resize. The reverse is also true: An active resizing needs to complete before you can perform any other update.
3874
3874
example: g6-standard-1
@@ -3893,7 +3893,7 @@ paths:
3893
3893
"192.0.1.0/24"
3894
3894
],
3895
3895
"type": "g6-standard-1",
3896
-
"updates" = {
3896
+
"updates": {
3897
3897
"frequency": "monthly",
3898
3898
"duration": 3,
3899
3899
"hour_of_day": 12,
@@ -4661,13 +4661,13 @@ paths:
4661
4661
type:
4662
4662
type: string
4663
4663
description: |
4664
-
Request re-sizing of your cluster to a higher plan by specifying a larger Linode Type.
4664
+
Request re-sizing of your cluster to a Linode Type with more disk space. For example, you could request a Linode Type that uses a higher plan.
4665
4665
4666
-
* Needs to be a higher plan than your current Linode Type.
4666
+
* Needs to be a Linode Type with more disk space than your current Linode.
4667
4667
4668
4668
* Resizing to a larger Linode Type can accrue additional cost. Review the `price` output in the [Types List](/docs/api/linode-types/#types-list) operation for more information.
4669
4669
4670
-
* You can't update the `allow-list` and set a new `type` in the same request.
4670
+
* You can't update the `allow_list` and set a new `type` in the same request.
4671
4671
4672
4672
* Any active updates to your cluster need to complete before you can request a resize. The reverse is also true: An active resizing needs to complete before you can perform any other update.
0 commit comments