Skip to content

Commit 727dc8a

Browse files
Update Domain schema object
`domain` property now accepts trailing periods.
1 parent f0df0ac commit 727dc8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13451,7 +13451,7 @@ components:
1345113451
x-linode-cli-display: 3
1345213452
domain:
1345313453
type: string
13454-
pattern: ([a-zA-Z0-9-_]{1,63}\.)+([a-zA-Z]{2,3}\.)?([a-zA-Z]{2,16}|xn--[a-zA-Z0-9]+)
13454+
pattern: ([a-zA-Z0-9-_]{1,63}\.)+([a-zA-Z]{2,3}\.)?([a-zA-Z]{2,16}|xn--[a-zA-Z0-9]+\.?)
1345513455
description: >
1345613456
The domain this Domain represents. Domain labels cannot be longer than
1345713457
63 characters and must conform to [RFC1035](https://tools.ietf.org/html/rfc1035).

0 commit comments

Comments
 (0)