From bd6e907568a76ffb1cc73f685abcd47a41791649 Mon Sep 17 00:00:00 2001 From: aalicic Date: Wed, 20 Apr 2022 10:22:29 +0200 Subject: [PATCH] VIC-587: The slogan and the name have actually no limits imposed --- api/tenantservice.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/api/tenantservice.yaml b/api/tenantservice.yaml index 1061494..dc59325 100644 --- a/api/tenantservice.yaml +++ b/api/tenantservice.yaml @@ -185,7 +185,7 @@ components: name: type: string example: "Company name AG" - maxLength: 100 + maxLength: 40 subdomain: type: string example: "companyname" @@ -215,7 +215,7 @@ components: name: type: string example: "Company name AG" - maxLength: 100 + maxLength: 40 subdomain: type: string example: "companyname" @@ -238,7 +238,7 @@ components: name: type: string example: "Company name AG" - maxLength: 100 + maxLength: 40 subdomain: type: string example: "subdomain" @@ -283,6 +283,7 @@ components: claim: type: string example: "Llorem ipsum..." + maxLength: 40 privacy: type: string example: "Llorem ipsum..."