Skip to content

Commit

Permalink
[MODCON-95] - Increase character limit of consortia member Code (#110)
Browse files Browse the repository at this point in the history
  • Loading branch information
azizbekxm authored Sep 25, 2023
1 parent edff33e commit 17a27e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/resources/swagger.api/schemas/tenant.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ Tenant:
type: string
code:
type: string
minLength: 3
maxLength: 3
minLength: 2
maxLength: 5
pattern: "^[a-zA-Z0-9]*$"
name:
type: string
Expand Down

0 comments on commit 17a27e1

Please sign in to comment.