Skip to content

Commit 0507e8b

Browse files
authored
Merge pull request #274 from nmelehan/domain-record-weight-range
Add minimum and maximum values for DomainRecord's weight
2 parents f6068c2 + 14cb3b7 commit 0507e8b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

openapi.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13797,12 +13797,16 @@ components:
1379713797
description: >
1379813798
The relative weight of this Record. Higher values are preferred.
1379913799
example: 50
13800+
minimum: 0
13801+
maximum: 65535
1380013802
x-linode-cli-display: 7
1380113803
port:
1380213804
type: integer
1380313805
description: >
1380413806
The port this Record points to.
1380513807
example: 80
13808+
minimum: 0
13809+
maximum: 65535
1380613810
service:
1380713811
type: string
1380813812
nullable: true

0 commit comments

Comments
 (0)