Skip to content

Commit 5d86833

Browse files
committed
updates OAS
1 parent 325892f commit 5d86833

File tree

1 file changed

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

1 file changed

+27
-0
lines changed

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

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18429,6 +18429,30 @@ components:
1842918429
title: Products
1843018430
description: List of products this users is included or None if fields is
1843118431
unset
18432+
userId:
18433+
anyOf:
18434+
- type: integer
18435+
exclusiveMinimum: true
18436+
minimum: 0
18437+
- type: 'null'
18438+
title: Userid
18439+
description: Unique identifier of the user if an account was created
18440+
userName:
18441+
anyOf:
18442+
- type: string
18443+
maxLength: 100
18444+
minLength: 1
18445+
- type: 'null'
18446+
title: Username
18447+
description: Username of the user if an account was created
18448+
userPrimaryGroupId:
18449+
anyOf:
18450+
- type: integer
18451+
exclusiveMinimum: true
18452+
minimum: 2
18453+
- type: 'null'
18454+
title: Userprimarygroupid
18455+
description: Primary group ID of the user if an account was created
1843218456
type: object
1843318457
required:
1843418458
- firstName
@@ -18446,6 +18470,9 @@ components:
1844618470
- accountRequestStatus
1844718471
- registered
1844818472
- status
18473+
- userId
18474+
- userName
18475+
- userPrimaryGroupId
1844918476
title: UserAccountGet
1845018477
UserAccountReject:
1845118478
properties:

0 commit comments

Comments
 (0)