Skip to content

Commit ccdff0a

Browse files
committed
update OAS
1 parent 6efd6eb commit ccdff0a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

services/invitations/openapi.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -286,6 +286,9 @@
286286
},
287287
"invitation_url": {
288288
"type": "string",
289+
"maxLength": 2083,
290+
"minLength": 1,
291+
"format": "uri",
289292
"title": "Invitation Url",
290293
"description": "Invitation link"
291294
}
@@ -434,6 +437,9 @@
434437
},
435438
"docs_url": {
436439
"type": "string",
440+
"maxLength": 2083,
441+
"minLength": 1,
442+
"format": "uri",
437443
"title": "Docs Url"
438444
}
439445
},

0 commit comments

Comments
 (0)