Skip to content

Commit 0ed4cce

Browse files
authored
Merge pull request #763 from bbiggerr/fix/domain-length-max
Update Domain maxLengths
2 parents f7209b2 + 7026c63 commit 0ed4cce

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

openapi.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6029,7 +6029,7 @@ paths:
60296029
type: string
60306030
pattern: \A(\*\.)?([a-zA-Z0-9-_]{1,63}\.)+([a-zA-Z]{2,3}\.)?([a-zA-Z]{2,16}|xn--[a-zA-Z0-9]+)\Z
60316031
minLength: 1
6032-
maxLength: 255
6032+
maxLength: 253
60336033
description: >
60346034
The new domain for the clone. Domain labels cannot be longer than
60356035
63 characters and must conform to [RFC1035](https://tools.ietf.org/html/rfc1035).
@@ -20913,7 +20913,7 @@ components:
2091320913
type: string
2091420914
pattern: \A(\*\.)?([a-zA-Z0-9-_]{1,63}\.)+([a-zA-Z]{2,3}\.)?([a-zA-Z]{2,16}|xn--[a-zA-Z0-9]+)\Z
2091520915
minLength: 1
20916-
maxLength: 255
20916+
maxLength: 253
2091720917
description: >
2091820918
The domain this Domain represents. Domain labels cannot be longer than
2091920919
63 characters and must conform to [RFC1035](https://tools.ietf.org/html/rfc1035).
@@ -20950,7 +20950,7 @@ components:
2095020950
description:
2095120951
type: string
2095220952
minLength: 1
20953-
maxLength: 255
20953+
maxLength: 253
2095420954
description: |
2095520955
A description for this Domain. This is for display purposes only.
2095620956
example: null

0 commit comments

Comments
 (0)