Skip to content

Commit 79785ba

Browse files
authored
⬆️ Updates OAS invitations service (#5128)
1 parent 947d928 commit 79785ba

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

services/invitations/openapi.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@
163163
"properties": {
164164
"issuer": {
165165
"type": "string",
166-
"maxLength": 30,
166+
"maxLength": 40,
167167
"minLength": 1,
168168
"title": "Issuer",
169169
"description": "Identifies who issued the invitation. E.g. an email, a service name etc. NOTE: it will be trimmed if exceeds maximum"
@@ -221,7 +221,7 @@
221221
"properties": {
222222
"issuer": {
223223
"type": "string",
224-
"maxLength": 30,
224+
"maxLength": 40,
225225
"minLength": 1,
226226
"title": "Issuer",
227227
"description": "Identifies who issued the invitation. E.g. an email, a service name etc. NOTE: it will be trimmed if exceeds maximum"
@@ -289,7 +289,7 @@
289289
"properties": {
290290
"issuer": {
291291
"type": "string",
292-
"maxLength": 30,
292+
"maxLength": 40,
293293
"minLength": 1,
294294
"title": "Issuer",
295295
"description": "Identifies who issued the invitation. E.g. an email, a service name etc. NOTE: it will be trimmed if exceeds maximum"

0 commit comments

Comments
 (0)