Skip to content

Commit

Permalink
Merge pull request #763 from bbiggerr/fix/domain-length-max
Browse files Browse the repository at this point in the history
Update Domain maxLengths
  • Loading branch information
bbiggerr authored Feb 21, 2023
2 parents f7209b2 + 7026c63 commit 0ed4cce
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6029,7 +6029,7 @@ paths:
type: string
pattern: \A(\*\.)?([a-zA-Z0-9-_]{1,63}\.)+([a-zA-Z]{2,3}\.)?([a-zA-Z]{2,16}|xn--[a-zA-Z0-9]+)\Z
minLength: 1
maxLength: 255
maxLength: 253
description: >
The new domain for the clone. Domain labels cannot be longer than
63 characters and must conform to [RFC1035](https://tools.ietf.org/html/rfc1035).
Expand Down Expand Up @@ -20913,7 +20913,7 @@ components:
type: string
pattern: \A(\*\.)?([a-zA-Z0-9-_]{1,63}\.)+([a-zA-Z]{2,3}\.)?([a-zA-Z]{2,16}|xn--[a-zA-Z0-9]+)\Z
minLength: 1
maxLength: 255
maxLength: 253
description: >
The domain this Domain represents. Domain labels cannot be longer than
63 characters and must conform to [RFC1035](https://tools.ietf.org/html/rfc1035).
Expand Down Expand Up @@ -20950,7 +20950,7 @@ components:
description:
type: string
minLength: 1
maxLength: 255
maxLength: 253
description: |
A description for this Domain. This is for display purposes only.
example: null
Expand Down

0 comments on commit 0ed4cce

Please sign in to comment.