@@ -1251,7 +1251,14 @@ paths:
1251
1251
content :
1252
1252
application/json :
1253
1253
schema :
1254
- $ref : ' #/components/schemas/PayPalExecute'
1254
+ type : object
1255
+ properties :
1256
+ payment_id :
1257
+ type : string
1258
+ description : >
1259
+ The paypal-generated ID for this payment. Used when
1260
+ authorizing the payment in PayPal's interface.
1261
+ example : PAY-1234567890ABCDEFGHIJKLMN
1255
1262
default :
1256
1263
$ref : ' #/components/responses/ErrorResponse'
1257
1264
x-code-samples :
@@ -2601,36 +2608,36 @@ paths:
2601
2608
allOf :
2602
2609
- $ref : ' #/components/schemas/LinodeRequest'
2603
2610
- $ref : ' #/components/schemas/LinodeBase'
2604
- properties :
2605
- backup_id :
2606
- type : integer
2607
- title : The ID of a Linode Backup
2608
- example : 1234
2609
- description : |
2610
- A Backup ID from another Linode's available backups. Your user must have
2611
- `read_write` access to that Linode, the backup must have a `status` of
2612
- `successful`, and the Linode must be deployed to the same `region` as the backup.
2613
- See [GET /linode/instances/{linodeId}/backups](/#operation/getBackups)
2614
- for a Linode's available backups.
2611
+ - properties :
2612
+ backup_id :
2613
+ type : integer
2614
+ title : The ID of a Linode Backup
2615
+ example : 1234
2616
+ description : |
2617
+ A Backup ID from another Linode's available backups. Your user must have
2618
+ `read_write` access to that Linode, the backup must have a `status` of
2619
+ `successful`, and the Linode must be deployed to the same `region` as the backup.
2620
+ See [GET /linode/instances/{linodeId}/backups](/#operation/getBackups)
2621
+ for a Linode's available backups.
2615
2622
2616
- This field and the `image` field are mutually exclusive.
2617
- backups_enabled :
2618
- type : boolean
2619
- title : If Backups should be enabled.
2620
- description : |
2621
- If this field is set to `true`, the created Linode will automatically be
2622
- enrolled in the Linode Backup service. This will incur an additional charge.
2623
- The cost for the Backup service is dependent on the type of Linode deployed.
2623
+ This field and the `image` field are mutually exclusive.
2624
+ backups_enabled :
2625
+ type : boolean
2626
+ title : If Backups should be enabled.
2627
+ description : |
2628
+ If this field is set to `true`, the created Linode will automatically be
2629
+ enrolled in the Linode Backup service. This will incur an additional charge.
2630
+ The cost for the Backup service is dependent on the type of Linode deployed.
2624
2631
2625
- Backup pricing is included in the response from [GET /linodes/types](/#operation/getLinodeTypes)
2626
- swap_size :
2627
- type : integer
2628
- title : Swap Disk size in MB
2629
- example : 512
2630
- description : >
2631
- When deploying from an Image, this field is optional, otherwise it is ignored.
2632
- This is used to set the Swap Disk size for the newly created Linode.
2633
- default : 512
2632
+ Backup pricing is included in the response from [GET /linodes/types](/#operation/getLinodeTypes)
2633
+ swap_size :
2634
+ type : integer
2635
+ title : Swap Disk size in MB
2636
+ example : 512
2637
+ description : >
2638
+ When deploying from an Image, this field is optional, otherwise it is ignored.
2639
+ This is used to set the Swap Disk size for the newly created Linode.
2640
+ default : 512
2634
2641
responses :
2635
2642
' 200 ' :
2636
2643
description : >
@@ -3280,6 +3287,8 @@ paths:
3280
3287
description : >
3281
3288
All disks attached to configs will be cloned from the
3282
3289
source Linode if not provided.
3290
+ items :
3291
+ type : integer
3283
3292
configs :
3284
3293
type : array
3285
3294
title : List of config IDs to include.
0 commit comments