@@ -2165,7 +2165,10 @@ paths:
2165
2165
content :
2166
2166
application/json :
2167
2167
schema :
2168
- $ref : ' #/components/schemas/DomainRecord'
2168
+ required :
2169
+ - type
2170
+ allOf :
2171
+ - $ref : ' #/components/schemas/DomainRecord'
2169
2172
responses :
2170
2173
' 200 ' :
2171
2174
description : Domain Record created successfully.
@@ -6290,6 +6293,9 @@ paths:
6290
6293
schema :
6291
6294
required :
6292
6295
- label
6296
+ - service_type
6297
+ - address
6298
+ - timeout
6293
6299
allOf :
6294
6300
- $ref : ' #/components/schemas/ManagedService'
6295
6301
responses :
@@ -9808,6 +9814,7 @@ components:
9808
9814
description : A label for Backups that are of type `snapshot`.
9809
9815
example : Webserver-Backup-2018
9810
9816
x-linode-cli-display : 5
9817
+ nullable : true
9811
9818
configs :
9812
9819
type : array
9813
9820
items :
@@ -10250,11 +10257,13 @@ components:
10250
10257
example : 80
10251
10258
service :
10252
10259
type : string
10260
+ nullable : true
10253
10261
description : >
10254
10262
The service this Record identified. Only valid for SRV records.
10255
10263
example : null
10256
10264
protocol :
10257
10265
type : string
10266
+ nullable : true
10258
10267
description : >
10259
10268
The protocol this Record's service communicates with. Only valid
10260
10269
for SRV records.
@@ -10271,6 +10280,7 @@ components:
10271
10280
x-linode-cli-display : 5
10272
10281
tag :
10273
10282
type : string
10283
+ nullable : true
10274
10284
description : >
10275
10285
The tag portion of a CAA record. It is invalid to set this on
10276
10286
other record types.
@@ -10480,6 +10490,7 @@ components:
10480
10490
example : 123
10481
10491
permissions :
10482
10492
type : string
10493
+ nullable : true
10483
10494
enum :
10484
10495
- null
10485
10496
- read_only
@@ -10522,6 +10533,7 @@ components:
10522
10533
example : true
10523
10534
account_access :
10524
10535
type : string
10536
+ nullable : true
10525
10537
enum :
10526
10538
- null
10527
10539
- read_only
@@ -10679,6 +10691,7 @@ components:
10679
10691
vendor :
10680
10692
x-linode-filterable : true
10681
10693
type : string
10694
+ nullable : true
10682
10695
description : >
10683
10696
The upstream distribution vendor. `None` for private Images.
10684
10697
example : null
@@ -11552,6 +11565,7 @@ components:
11552
11565
x-linode-cli-display : 3
11553
11566
comments :
11554
11567
type : string
11568
+ nullable : true
11555
11569
description : Optional field for arbitrary User comments on this Config.
11556
11570
example : This is my main Config
11557
11571
memory_limit :
@@ -12069,12 +12083,14 @@ components:
12069
12083
properties :
12070
12084
primary :
12071
12085
type : string
12086
+ nullable : true
12072
12087
format : phone
12073
12088
description : >
12074
12089
This Contact's primary phone number.
12075
12090
example : 123-456-7890
12076
12091
secondary :
12077
12092
type : string
12093
+ nullable : true
12078
12094
format : phone
12079
12095
description : >
12080
12096
This Contact's secondary phone number.
@@ -12314,6 +12330,7 @@ components:
12314
12330
example : 30
12315
12331
body :
12316
12332
type : string
12333
+ nullable : true
12317
12334
minLength : 0
12318
12335
maxLength : 100
12319
12336
description : >
@@ -12332,6 +12349,7 @@ components:
12332
12349
x-linode-cli-display : 6
12333
12350
notes :
12334
12351
type : string
12352
+ nullable : true
12335
12353
description : >
12336
12354
Any information relevant to the Service that Linode special forces
12337
12355
should know when attempting to resolve Issues.
@@ -12414,6 +12432,7 @@ components:
12414
12432
x-linode-cli-display : 5
12415
12433
ipv6 :
12416
12434
type : string
12435
+ nullable : true
12417
12436
format : ip
12418
12437
description : >
12419
12438
This NodeBalancer's public IPv6 address.
@@ -12450,19 +12469,22 @@ components:
12450
12469
properties :
12451
12470
total :
12452
12471
type : number
12472
+ nullable : true
12453
12473
description : >
12454
12474
The total transfer, in MB, used by this NodeBalancer this month.
12455
12475
example : 32.46078109741211
12456
12476
readOnly : true
12457
12477
out :
12458
12478
type : number
12479
+ nullable : true
12459
12480
description : >
12460
12481
The total inbound transfer, in MB, used for this NodeBalancer
12461
12482
this month.
12462
12483
example : 3.5487728118896484
12463
12484
readOnly : true
12464
12485
in :
12465
12486
type : number
12487
+ nullable : true
12466
12488
description : >
12467
12489
The total outbound transfer, in MB, used for this NodeBalancer
12468
12490
this month.
@@ -12634,6 +12656,7 @@ components:
12634
12656
x-linode-cli-display : 9
12635
12657
ssl_cert :
12636
12658
type : string
12659
+ nullable : true
12637
12660
description : >
12638
12661
The certificate this port is serving. This is not returned. If set,
12639
12662
this field will come back as "<REDACTED>".
@@ -12642,6 +12665,7 @@ components:
12642
12665
example : null
12643
12666
ssl_key :
12644
12667
type : string
12668
+ nullable : true
12645
12669
description : >
12646
12670
The private key corresponding to this port's certificate. This is not
12647
12671
returned. If set, this field will come back as "<REDACTED>".
@@ -12977,6 +13001,7 @@ components:
12977
13001
readOnly : true
12978
13002
thumbnail_url :
12979
13003
type : string
13004
+ nullable : true
12980
13005
format : url
12981
13006
description : >
12982
13007
The URL where this client's thumbnail may be viewed, or `null` if this client
0 commit comments