Skip to content

Commit 785cb6d

Browse files
committed
Fixed indentation of allOf properties for Linode Create
1 parent 9221b7e commit 785cb6d

File tree

1 file changed

+28
-28
lines changed

1 file changed

+28
-28
lines changed

openapi.yaml

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -2599,36 +2599,36 @@ paths:
25992599
allOf:
26002600
- $ref: '#/components/schemas/LinodeRequest'
26012601
- $ref: '#/components/schemas/LinodeBase'
2602-
properties:
2603-
backup_id:
2604-
type: integer
2605-
title: The ID of a Linode Backup
2606-
example: 1234
2607-
description: |
2608-
A Backup ID from another Linode's available backups. Your user must have
2609-
`read_write` access to that Linode, the backup must have a `status` of
2610-
`successful`, and the Linode must be deployed to the same `region` as the backup.
2611-
See [GET /linode/instances/{linodeId}/backups](/#operation/getBackups)
2612-
for a Linode's available backups.
2602+
- properties:
2603+
backup_id:
2604+
type: integer
2605+
title: The ID of a Linode Backup
2606+
example: 1234
2607+
description: |
2608+
A Backup ID from another Linode's available backups. Your user must have
2609+
`read_write` access to that Linode, the backup must have a `status` of
2610+
`successful`, and the Linode must be deployed to the same `region` as the backup.
2611+
See [GET /linode/instances/{linodeId}/backups](/#operation/getBackups)
2612+
for a Linode's available backups.
26132613
2614-
This field and the `image` field are mutually exclusive.
2615-
backups_enabled:
2616-
type: boolean
2617-
title: If Backups should be enabled.
2618-
description: |
2619-
If this field is set to `true`, the created Linode will automatically be
2620-
enrolled in the Linode Backup service. This will incur an additional charge.
2621-
The cost for the Backup service is dependent on the type of Linode deployed.
2614+
This field and the `image` field are mutually exclusive.
2615+
backups_enabled:
2616+
type: boolean
2617+
title: If Backups should be enabled.
2618+
description: |
2619+
If this field is set to `true`, the created Linode will automatically be
2620+
enrolled in the Linode Backup service. This will incur an additional charge.
2621+
The cost for the Backup service is dependent on the type of Linode deployed.
26222622
2623-
Backup pricing is included in the response from [GET /linodes/types](/#operation/getLinodeTypes)
2624-
swap_size:
2625-
type: integer
2626-
title: Swap Disk size in MB
2627-
example: 512
2628-
description: >
2629-
When deploying from an Image, this field is optional, otherwise it is ignored.
2630-
This is used to set the Swap Disk size for the newly created Linode.
2631-
default: 512
2623+
Backup pricing is included in the response from [GET /linodes/types](/#operation/getLinodeTypes)
2624+
swap_size:
2625+
type: integer
2626+
title: Swap Disk size in MB
2627+
example: 512
2628+
description: >
2629+
When deploying from an Image, this field is optional, otherwise it is ignored.
2630+
This is used to set the Swap Disk size for the newly created Linode.
2631+
default: 512
26322632
responses:
26332633
'200':
26342634
description: >

0 commit comments

Comments
 (0)