Skip to content

Commit

Permalink
Include min and max in User.username regex in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
shawninder authored and seanh committed May 10, 2023
1 parent a153741 commit d7156b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/_extra/api-reference/schemas/user.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ User:
type: string
minLength: 3
maxLength: 30
pattern: ^[A-Za-z0-9._]+$
pattern: ^[A-Za-z0-9._]{3,30}$
userid:
type: string
pattern: ^acct:.+$
Expand Down

0 comments on commit d7156b3

Please sign in to comment.