Skip to content

Commit 9ba7c29

Browse files
committed
Updates per additional review
1 parent 67d5beb commit 9ba7c29

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

openapi.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3862,13 +3862,13 @@ paths:
38623862
type:
38633863
type: string
38643864
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.
38663866

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

38693869
* 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.
38703870

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

38733873
* 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.
38743874
example: g6-standard-1
@@ -3893,7 +3893,7 @@ paths:
38933893
"192.0.1.0/24"
38943894
],
38953895
"type": "g6-standard-1",
3896-
"updates" = {
3896+
"updates": {
38973897
"frequency": "monthly",
38983898
"duration": 3,
38993899
"hour_of_day": 12,
@@ -4661,13 +4661,13 @@ paths:
46614661
type:
46624662
type: string
46634663
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.
46654665

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

46684668
* 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.
46694669

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

46724672
* 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.
46734673
example: g6-standard-1
@@ -4692,7 +4692,7 @@ paths:
46924692
"192.0.1.0/24"
46934693
],
46944694
"type": "g6-standard-1",
4695-
"updates" = {
4695+
"updates": {
46964696
"frequency": "monthly",
46974697
"duration": 3,
46984698
"hour_of_day": 12,

0 commit comments

Comments
 (0)