Skip to content

Commit fe1028d

Browse files
Josh SagerGitHub Enterprise
authored andcommitted
Merge branch 'development' into feature/fast-track-nodebalancer
2 parents bd3f68c + 8b4f18b commit fe1028d

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

openapi.yaml

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2685,14 +2685,11 @@ paths:
26852685
content:
26862686
application/json:
26872687
schema:
2688-
type: object
26892688
required:
26902689
- type
26912690
- region
2692-
allOf:
2693-
- $ref: '#/components/schemas/LinodeRequest'
2694-
- $ref: '#/components/schemas/LinodeBase'
2695-
- properties:
2691+
type: object
2692+
properties:
26962693
backup_id:
26972694
type: integer
26982695
example: 1234
@@ -2722,13 +2719,13 @@ paths:
27222719
type:
27232720
type: string
27242721
description: >
2725-
The type of Linode to deploy.
2726-
readOnly: false
2722+
The [Linode Type](#operation/getLinodeTypes) of the Linode
2723+
you are creating.
27272724
region:
27282725
type: string
27292726
description: >
2730-
The Region to deploy this Linode in.
2731-
readOnly: false
2727+
The [Region](#operation/getRegions) where the Linode
2728+
will be located.
27322729
responses:
27332730
'200':
27342731
description: >
@@ -10903,6 +10900,7 @@ components:
1090310900
x-linode-cli-display: 1
1090410901
gateway:
1090510902
type: string
10903+
nullable: true
1090610904
format: ip
1090710905
description: >
1090810906
The default gateway for this address.
@@ -11293,6 +11291,7 @@ components:
1129311291
image:
1129411292
x-linode-filterable: true
1129511293
readOnly: true
11294+
nullable: true
1129611295
allOf:
1129711296
- $ref: '#/components/schemas/DiskRequest/properties/image'
1129811297
x-linode-cli-display: 6
@@ -11487,6 +11486,7 @@ components:
1148711486
properties:
1148811487
day:
1148911488
type: string
11489+
nullable: true
1149011490
description: |
1149111491
The day of the week that your Linode's weekly Backup is taken.
1149211492
If not set manually, a day will be chosen for you. Backups
@@ -11508,6 +11508,7 @@ components:
1150811508
- Saturday
1150911509
window:
1151011510
type: string
11511+
nullable: true
1151111512
description: |
1151211513
The window in which your backups will be taken, in UTC. A
1151311514
backups window is a two-hour span of time in which the backup

0 commit comments

Comments
 (0)