File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -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.
@@ -10254,11 +10257,13 @@ components:
10254
10257
example : 80
10255
10258
service :
10256
10259
type : string
10260
+ nullable : true
10257
10261
description : >
10258
10262
The service this Record identified. Only valid for SRV records.
10259
10263
example : null
10260
10264
protocol :
10261
10265
type : string
10266
+ nullable : true
10262
10267
description : >
10263
10268
The protocol this Record's service communicates with. Only valid
10264
10269
for SRV records.
@@ -10275,6 +10280,7 @@ components:
10275
10280
x-linode-cli-display : 5
10276
10281
tag :
10277
10282
type : string
10283
+ nullable : true
10278
10284
description : >
10279
10285
The tag portion of a CAA record. It is invalid to set this on
10280
10286
other record types.
@@ -10484,6 +10490,7 @@ components:
10484
10490
example : 123
10485
10491
permissions :
10486
10492
type : string
10493
+ nullable : true
10487
10494
enum :
10488
10495
- null
10489
10496
- read_only
@@ -10526,6 +10533,7 @@ components:
10526
10533
example : true
10527
10534
account_access :
10528
10535
type : string
10536
+ nullable : true
10529
10537
enum :
10530
10538
- null
10531
10539
- read_only
@@ -10683,6 +10691,7 @@ components:
10683
10691
vendor :
10684
10692
x-linode-filterable : true
10685
10693
type : string
10694
+ nullable : true
10686
10695
description : >
10687
10696
The upstream distribution vendor. `None` for private Images.
10688
10697
example : null
@@ -12992,6 +13001,7 @@ components:
12992
13001
readOnly : true
12993
13002
thumbnail_url :
12994
13003
type : string
13004
+ nullable : true
12995
13005
format : url
12996
13006
description : >
12997
13007
The URL where this client's thumbnail may be viewed, or `null` if this client
You can’t perform that action at this time.
0 commit comments