Skip to content

Commit 48a4970

Browse files
Michael Saahnmelehan
authored andcommitted
Fix: IDN regex (#318)
1 parent cd00ec2 commit 48a4970

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
@@ -11849,7 +11849,7 @@ components:
1184911849
x-linode-cli-display: 3
1185011850
domain:
1185111851
type: string
11852-
pattern: ([a-zA-Z0-9-_]+\.)+([a-zA-Z]{2,3}\.)?([a-zA-Z]{2,16}|XN--[a-zA-Z0-9]+)
11852+
pattern: ([a-zA-Z0-9-_]+\.)+([a-zA-Z]{2,3}\.)?([a-zA-Z]{2,16}|xn--[a-zA-Z0-9]+)
1185311853
description: >
1185411854
The domain this Domain represents. These must be unique in our
1185511855
system; you cannot have two Domains representing the same domain.

0 commit comments

Comments
 (0)