File tree Expand file tree Collapse file tree 1 file changed +10
-9
lines changed Expand file tree Collapse file tree 1 file changed +10
-9
lines changed Original file line number Diff line number Diff line change @@ -2685,14 +2685,11 @@ paths:
2685
2685
content :
2686
2686
application/json :
2687
2687
schema :
2688
- type : object
2689
2688
required :
2690
2689
- type
2691
2690
- region
2692
- allOf :
2693
- - $ref : ' #/components/schemas/LinodeRequest'
2694
- - $ref : ' #/components/schemas/LinodeBase'
2695
- - properties :
2691
+ type : object
2692
+ properties :
2696
2693
backup_id :
2697
2694
type : integer
2698
2695
example : 1234
@@ -2722,13 +2719,13 @@ paths:
2722
2719
type :
2723
2720
type : string
2724
2721
description : >
2725
- The type of Linode to deploy.
2726
- readOnly : false
2722
+ The [Linode Type](#operation/getLinodeTypes) of the Linode
2723
+ you are creating.
2727
2724
region :
2728
2725
type : string
2729
2726
description : >
2730
- The Region to deploy this Linode in.
2731
- readOnly : false
2727
+ The [ Region](#operation/getRegions) where the Linode
2728
+ will be located.
2732
2729
responses :
2733
2730
' 200 ' :
2734
2731
description : >
@@ -10884,6 +10881,7 @@ components:
10884
10881
x-linode-cli-display : 1
10885
10882
gateway :
10886
10883
type : string
10884
+ nullable : true
10887
10885
format : ip
10888
10886
description : >
10889
10887
The default gateway for this address.
@@ -11274,6 +11272,7 @@ components:
11274
11272
image :
11275
11273
x-linode-filterable : true
11276
11274
readOnly : true
11275
+ nullable : true
11277
11276
allOf :
11278
11277
- $ref : ' #/components/schemas/DiskRequest/properties/image'
11279
11278
x-linode-cli-display : 6
@@ -11468,6 +11467,7 @@ components:
11468
11467
properties :
11469
11468
day :
11470
11469
type : string
11470
+ nullable : true
11471
11471
description : |
11472
11472
The day of the week that your Linode's weekly Backup is taken.
11473
11473
If not set manually, a day will be chosen for you. Backups
@@ -11489,6 +11489,7 @@ components:
11489
11489
- Saturday
11490
11490
window :
11491
11491
type : string
11492
+ nullable : true
11492
11493
description : |
11493
11494
The window in which your backups will be taken, in UTC. A
11494
11495
backups window is a two-hour span of time in which the backup
You can’t perform that action at this time.
0 commit comments