Skip to content

Commit

Permalink
Add min/max string length for team join message
Browse files Browse the repository at this point in the history
  • Loading branch information
fitztrev committed Jul 24, 2024
1 parent fa8614a commit eb1033c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion doc/specs/tags/teams/team-teamId-join.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@ post:
properties:
message:
type: string
description: Optional request message, if the team requires one.
description: Required if team manually reviews admission requests.
minLength: 30
maxLength: 2000
password:
type: string
description: Optional password, if the team requires one.
Expand Down

0 comments on commit eb1033c

Please sign in to comment.