Skip to content

Commit 7026c63

Browse files
committed
Update domain and description maxlength
1 parent e458fda commit 7026c63

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).
@@ -20803,7 +20803,7 @@ components:
2080320803
type: string
2080420804
pattern: \A(\*\.)?([a-zA-Z0-9-_]{1,63}\.)+([a-zA-Z]{2,3}\.)?([a-zA-Z]{2,16}|xn--[a-zA-Z0-9]+)\Z
2080520805
minLength: 1
20806-
maxLength: 255
20806+
maxLength: 253
2080720807
description: >
2080820808
The domain this Domain represents. Domain labels cannot be longer than
2080920809
63 characters and must conform to [RFC1035](https://tools.ietf.org/html/rfc1035).
@@ -20840,7 +20840,7 @@ components:
2084020840
description:
2084120841
type: string
2084220842
minLength: 1
20843-
maxLength: 255
20843+
maxLength: 253
2084420844
description: |
2084520845
A description for this Domain. This is for display purposes only.
2084620846
example: null

0 commit comments

Comments
 (0)