Skip to content

Commit

Permalink
VIC-587: The slogan and the name have actually no limits imposed
Browse files Browse the repository at this point in the history
  • Loading branch information
adnanalicic committed Apr 20, 2022
1 parent 233cf6e commit bd6e907
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions api/tenantservice.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ components:
name:
type: string
example: "Company name AG"
maxLength: 100
maxLength: 40
subdomain:
type: string
example: "companyname"
Expand Down Expand Up @@ -215,7 +215,7 @@ components:
name:
type: string
example: "Company name AG"
maxLength: 100
maxLength: 40
subdomain:
type: string
example: "companyname"
Expand All @@ -238,7 +238,7 @@ components:
name:
type: string
example: "Company name AG"
maxLength: 100
maxLength: 40
subdomain:
type: string
example: "subdomain"
Expand Down Expand Up @@ -283,6 +283,7 @@ components:
claim:
type: string
example: "Llorem ipsum..."
maxLength: 40
privacy:
type: string
example: "Llorem ipsum..."
Expand Down

0 comments on commit bd6e907

Please sign in to comment.