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 : >
@@ -10903,6 +10900,7 @@ components:
10903
10900
x-linode-cli-display : 1
10904
10901
gateway :
10905
10902
type : string
10903
+ nullable : true
10906
10904
format : ip
10907
10905
description : >
10908
10906
The default gateway for this address.
@@ -11293,6 +11291,7 @@ components:
11293
11291
image :
11294
11292
x-linode-filterable : true
11295
11293
readOnly : true
11294
+ nullable : true
11296
11295
allOf :
11297
11296
- $ref : ' #/components/schemas/DiskRequest/properties/image'
11298
11297
x-linode-cli-display : 6
@@ -11487,6 +11486,7 @@ components:
11487
11486
properties :
11488
11487
day :
11489
11488
type : string
11489
+ nullable : true
11490
11490
description : |
11491
11491
The day of the week that your Linode's weekly Backup is taken.
11492
11492
If not set manually, a day will be chosen for you. Backups
@@ -11508,6 +11508,7 @@ components:
11508
11508
- Saturday
11509
11509
window :
11510
11510
type : string
11511
+ nullable : true
11511
11512
description : |
11512
11513
The window in which your backups will be taken, in UTC. A
11513
11514
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