Skip to content

Commit 4a1b23d

Browse files
committed
updates OAS
1 parent a778801 commit 4a1b23d

File tree

1 file changed

+8
-0
lines changed
  • services/web/server/src/simcore_service_webserver/api/v0

1 file changed

+8
-0
lines changed

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11561,6 +11561,7 @@ components:
1156111561
- type: string
1156211562
- type: 'null'
1156311563
title: Gravatar Id
11564+
deprecated: true
1156411565
expirationDate:
1156511566
anyOf:
1156611567
- type: string
@@ -11626,6 +11627,13 @@ components:
1162611627
maxLength: 255
1162711628
- type: 'null'
1162811629
title: Last Name
11630+
user_name:
11631+
anyOf:
11632+
- type: string
11633+
maxLength: 100
11634+
minLength: 1
11635+
- type: 'null'
11636+
title: User Name
1162911637
privacy:
1163011638
anyOf:
1163111639
- $ref: '#/components/schemas/ProfilePrivacyUpdate'

0 commit comments

Comments
 (0)