@@ -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.
@@ -6287,6 +6290,9 @@ paths:
6287
6290
schema :
6288
6291
required :
6289
6292
- label
6293
+ - service_type
6294
+ - address
6295
+ - timeout
6290
6296
allOf :
6291
6297
- $ref : ' #/components/schemas/ManagedService'
6292
6298
responses :
@@ -9805,6 +9811,7 @@ components:
9805
9811
description : A label for Backups that are of type `snapshot`.
9806
9812
example : Webserver-Backup-2018
9807
9813
x-linode-cli-display : 5
9814
+ nullable : true
9808
9815
configs :
9809
9816
type : array
9810
9817
items :
@@ -10247,11 +10254,13 @@ components:
10247
10254
example : 80
10248
10255
service :
10249
10256
type : string
10257
+ nullable : true
10250
10258
description : >
10251
10259
The service this Record identified. Only valid for SRV records.
10252
10260
example : null
10253
10261
protocol :
10254
10262
type : string
10263
+ nullable : true
10255
10264
description : >
10256
10265
The protocol this Record's service communicates with. Only valid
10257
10266
for SRV records.
@@ -10268,6 +10277,7 @@ components:
10268
10277
x-linode-cli-display : 5
10269
10278
tag :
10270
10279
type : string
10280
+ nullable : true
10271
10281
description : >
10272
10282
The tag portion of a CAA record. It is invalid to set this on
10273
10283
other record types.
@@ -10477,6 +10487,7 @@ components:
10477
10487
example : 123
10478
10488
permissions :
10479
10489
type : string
10490
+ nullable : true
10480
10491
enum :
10481
10492
- null
10482
10493
- read_only
@@ -10519,6 +10530,7 @@ components:
10519
10530
example : true
10520
10531
account_access :
10521
10532
type : string
10533
+ nullable : true
10522
10534
enum :
10523
10535
- null
10524
10536
- read_only
@@ -10676,6 +10688,7 @@ components:
10676
10688
vendor :
10677
10689
x-linode-filterable : true
10678
10690
type : string
10691
+ nullable : true
10679
10692
description : >
10680
10693
The upstream distribution vendor. `None` for private Images.
10681
10694
example : null
@@ -11553,6 +11566,7 @@ components:
11553
11566
x-linode-cli-display : 3
11554
11567
comments :
11555
11568
type : string
11569
+ nullable : true
11556
11570
description : Optional field for arbitrary User comments on this Config.
11557
11571
example : This is my main Config
11558
11572
memory_limit :
@@ -12070,12 +12084,14 @@ components:
12070
12084
properties :
12071
12085
primary :
12072
12086
type : string
12087
+ nullable : true
12073
12088
format : phone
12074
12089
description : >
12075
12090
This Contact's primary phone number.
12076
12091
example : 123-456-7890
12077
12092
secondary :
12078
12093
type : string
12094
+ nullable : true
12079
12095
format : phone
12080
12096
description : >
12081
12097
This Contact's secondary phone number.
@@ -12315,6 +12331,7 @@ components:
12315
12331
example : 30
12316
12332
body :
12317
12333
type : string
12334
+ nullable : true
12318
12335
minLength : 0
12319
12336
maxLength : 100
12320
12337
description : >
@@ -12333,6 +12350,7 @@ components:
12333
12350
x-linode-cli-display : 6
12334
12351
notes :
12335
12352
type : string
12353
+ nullable : true
12336
12354
description : >
12337
12355
Any information relevant to the Service that Linode special forces
12338
12356
should know when attempting to resolve Issues.
@@ -12415,6 +12433,7 @@ components:
12415
12433
x-linode-cli-display : 5
12416
12434
ipv6 :
12417
12435
type : string
12436
+ nullable : true
12418
12437
format : ip
12419
12438
description : >
12420
12439
This NodeBalancer's public IPv6 address.
@@ -12451,19 +12470,22 @@ components:
12451
12470
properties :
12452
12471
total :
12453
12472
type : number
12473
+ nullable : true
12454
12474
description : >
12455
12475
The total transfer, in MB, used by this NodeBalancer this month.
12456
12476
example : 32.46078109741211
12457
12477
readOnly : true
12458
12478
out :
12459
12479
type : number
12480
+ nullable : true
12460
12481
description : >
12461
12482
The total inbound transfer, in MB, used for this NodeBalancer
12462
12483
this month.
12463
12484
example : 3.5487728118896484
12464
12485
readOnly : true
12465
12486
in :
12466
12487
type : number
12488
+ nullable : true
12467
12489
description : >
12468
12490
The total outbound transfer, in MB, used for this NodeBalancer
12469
12491
this month.
@@ -12635,6 +12657,7 @@ components:
12635
12657
x-linode-cli-display : 9
12636
12658
ssl_cert :
12637
12659
type : string
12660
+ nullable : true
12638
12661
description : >
12639
12662
The certificate this port is serving. This is not returned. If set,
12640
12663
this field will come back as "<REDACTED>".
@@ -12643,6 +12666,7 @@ components:
12643
12666
example : null
12644
12667
ssl_key :
12645
12668
type : string
12669
+ nullable : true
12646
12670
description : >
12647
12671
The private key corresponding to this port's certificate. This is not
12648
12672
returned. If set, this field will come back as "<REDACTED>".
@@ -12978,6 +13002,7 @@ components:
12978
13002
readOnly : true
12979
13003
thumbnail_url :
12980
13004
type : string
13005
+ nullable : true
12981
13006
format : url
12982
13007
description : >
12983
13008
The URL where this client's thumbnail may be viewed, or `null` if this client
0 commit comments