Skip to content

Commit 50c2cd2

Browse files
authored
Merge pull request #433 from linode/master
Release v4.90.3 merge master into development
2 parents 052c17b + e0a25bd commit 50c2cd2

File tree

1 file changed

+57
-57
lines changed

1 file changed

+57
-57
lines changed

openapi.yaml

Lines changed: 57 additions & 57 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
openapi: 3.0.1
22
info:
3-
version: 4.90.0
3+
version: 4.90.3
44

55
title: Linode API
66
description: |
@@ -3794,62 +3794,62 @@ paths:
37943794
type: object
37953795
allOf:
37963796
- $ref: '#/components/schemas/LinodeRequest'
3797-
properties:
3798-
backup_id:
3799-
type: integer
3800-
example: 1234
3801-
description: |
3802-
A Backup ID from another Linode's available backups. Your User must have
3803-
`read_write` access to that Linode, the Backup must have a `status` of
3804-
`successful`, and the Linode must be deployed to the same `region` as the Backup.
3805-
See [/linode/instances/{linodeId}/backups](/docs/api/linode-instances/#backups-list)
3806-
for a Linode's available backups.
3807-
3808-
This field and the `image` field are mutually exclusive.
3809-
backups_enabled:
3810-
type: boolean
3811-
description: |
3812-
If this field is set to `true`, the created Linode will automatically be
3813-
enrolled in the Linode Backup service. This will incur an additional charge.
3814-
The cost for the Backup service is dependent on the Type of Linode deployed.
3815-
3816-
This option is always treated as `true` if the account-wide `backups_enabled`
3817-
setting is `true`. See [account settings](/docs/api/account/#account-settings-view)
3818-
for more information.
3819-
3820-
Backup pricing is included in the response from [/linodes/types](/docs/api/linode-types/#types-list)
3821-
swap_size:
3822-
type: integer
3823-
example: 512
3824-
description: >
3825-
When deploying from an Image, this field is optional, otherwise it is ignored.
3826-
This is used to set the swap disk size for the newly-created Linode.
3827-
default: 512
3828-
type:
3829-
type: string
3830-
description: >
3831-
The [Linode Type](/docs/api/linode-types/#types-list) of the Linode
3832-
you are creating.
3833-
example: g6-standard-2
3834-
region:
3835-
type: string
3836-
description: >
3837-
The [Region](/docs/api/regions/#regions-list) where the Linode
3838-
will be located.
3839-
example: us-east
3840-
label:
3841-
$ref: '#/components/schemas/Linode/properties/label'
3842-
tags:
3843-
$ref: '#/components/schemas/Linode/properties/tags'
3844-
group:
3845-
$ref: '#/components/schemas/Linode/properties/group'
3846-
private_ip:
3847-
type: boolean
3848-
description: >
3849-
If true, the created Linode will have private networking enabled and assigned a private IPv4 address.
3850-
example: true
3851-
interfaces:
3852-
$ref: '#/components/schemas/LinodeConfigInterfaces'
3797+
- properties:
3798+
backup_id:
3799+
type: integer
3800+
example: 1234
3801+
description: |
3802+
A Backup ID from another Linode's available backups. Your User must have
3803+
`read_write` access to that Linode, the Backup must have a `status` of
3804+
`successful`, and the Linode must be deployed to the same `region` as the Backup.
3805+
See [/linode/instances/{linodeId}/backups](/docs/api/linode-instances/#backups-list)
3806+
for a Linode's available backups.
3807+
3808+
This field and the `image` field are mutually exclusive.
3809+
backups_enabled:
3810+
type: boolean
3811+
description: |
3812+
If this field is set to `true`, the created Linode will automatically be
3813+
enrolled in the Linode Backup service. This will incur an additional charge.
3814+
The cost for the Backup service is dependent on the Type of Linode deployed.
3815+
3816+
This option is always treated as `true` if the account-wide `backups_enabled`
3817+
setting is `true`. See [account settings](/docs/api/account/#account-settings-view)
3818+
for more information.
3819+
3820+
Backup pricing is included in the response from [/linodes/types](/docs/api/linode-types/#types-list)
3821+
swap_size:
3822+
type: integer
3823+
example: 512
3824+
description: >
3825+
When deploying from an Image, this field is optional, otherwise it is ignored.
3826+
This is used to set the swap disk size for the newly-created Linode.
3827+
default: 512
3828+
type:
3829+
type: string
3830+
description: >
3831+
The [Linode Type](/docs/api/linode-types/#types-list) of the Linode
3832+
you are creating.
3833+
example: g6-standard-2
3834+
region:
3835+
type: string
3836+
description: >
3837+
The [Region](/docs/api/regions/#regions-list) where the Linode
3838+
will be located.
3839+
example: us-east
3840+
label:
3841+
$ref: '#/components/schemas/Linode/properties/label'
3842+
tags:
3843+
$ref: '#/components/schemas/Linode/properties/tags'
3844+
group:
3845+
$ref: '#/components/schemas/Linode/properties/group'
3846+
private_ip:
3847+
type: boolean
3848+
description: >
3849+
If true, the created Linode will have private networking enabled and assigned a private IPv4 address.
3850+
example: true
3851+
interfaces:
3852+
$ref: '#/components/schemas/LinodeConfigInterfaces'
38533853
responses:
38543854
'200':
38553855
description: >

0 commit comments

Comments
 (0)