Skip to content

Commit 97429d3

Browse files
committed
bug: Fixed type and region on Linode create being readOnly
1 parent 4266add commit 97429d3

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

openapi.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2638,6 +2638,16 @@ paths:
26382638
When deploying from an Image, this field is optional, otherwise it is ignored.
26392639
This is used to set the Swap Disk size for the newly created Linode.
26402640
default: 512
2641+
type:
2642+
type: string
2643+
description: >
2644+
The type of Linode to deploy.
2645+
readOnly: false
2646+
region:
2647+
type: string
2648+
description: >
2649+
The region to deploy this Linode in.
2650+
readOnly: false
26412651
responses:
26422652
'200':
26432653
description: >

0 commit comments

Comments
 (0)