Skip to content

Commit c7b2357

Browse files
committed
update OAS
1 parent 47d8bc5 commit c7b2357

File tree

1 file changed

+5
-4
lines changed
  • services/web/server/src/simcore_service_webserver/api/v0

1 file changed

+5
-4
lines changed

services/web/server/src/simcore_service_webserver/api/v0/openapi.yaml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15579,9 +15579,11 @@ components:
1557915579
title: Groupid
1558015580
minimum: 0
1558115581
userName:
15582-
type: string
15583-
maxLength: 100
15584-
minLength: 1
15582+
anyOf:
15583+
- type: string
15584+
maxLength: 100
15585+
minLength: 1
15586+
- type: 'null'
1558515587
title: Username
1558615588
firstName:
1558715589
anyOf:
@@ -15603,7 +15605,6 @@ components:
1560315605
required:
1560415606
- userId
1560515607
- groupId
15606-
- userName
1560715608
title: UserGet
1560815609
UserNotification:
1560915610
properties:

0 commit comments

Comments
 (0)