Skip to content

Commit 1036855

Browse files
committed
updates OAS
1 parent f136cb9 commit 1036855

File tree

1 file changed

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

1 file changed

+8
-5
lines changed

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

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4444,7 +4444,7 @@ paths:
44444444
'403':
44454445
description: ProjectInvalidRightsError
44464446
'404':
4447-
description: UserDefaultWalletNotFoundError, ProjectNotFoundError
4447+
description: ProjectNotFoundError, UserDefaultWalletNotFoundError
44484448
'409':
44494449
description: ProjectTooManyProjectOpenedError
44504450
'422':
@@ -11378,6 +11378,12 @@ components:
1137811378
exclusiveMinimum: true
1137911379
title: Id
1138011380
minimum: 0
11381+
userName:
11382+
type: string
11383+
maxLength: 100
11384+
minLength: 1
11385+
title: Username
11386+
description: Unique username identifier
1138111387
first_name:
1138211388
anyOf:
1138311389
- type: string
@@ -11429,6 +11435,7 @@ components:
1142911435
type: object
1143011436
required:
1143111437
- id
11438+
- userName
1143211439
- login
1143311440
- role
1143411441
- preferences
@@ -14034,9 +14041,7 @@ components:
1403414041
required:
1403514042
- walletId
1403614043
- name
14037-
- description
1403814044
- owner
14039-
- thumbnail
1404014045
- status
1404114046
- created
1404214047
- modified
@@ -14085,9 +14090,7 @@ components:
1408514090
required:
1408614091
- walletId
1408714092
- name
14088-
- description
1408914093
- owner
14090-
- thumbnail
1409114094
- status
1409214095
- created
1409314096
- modified

0 commit comments

Comments
 (0)