Skip to content

Commit c555613

Browse files
committed
update OAS
1 parent 4822f82 commit c555613

File tree

1 file changed

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

1 file changed

+5
-2
lines changed

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

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10248,11 +10248,14 @@ components:
1024810248
description: the user gravatar id hash
1024910249
deprecated: true
1025010250
accessRights:
10251-
$ref: '#/components/schemas/GroupAccessRights'
10251+
anyOf:
10252+
- $ref: '#/components/schemas/GroupAccessRights'
10253+
- type: 'null'
10254+
description: If group is standard, these are these are the access rights
10255+
of the user to it.None if primary group.
1025210256
type: object
1025310257
required:
1025410258
- userName
10255-
- accessRights
1025610259
title: GroupUserGet
1025710260
example:
1025810261
accessRights:

0 commit comments

Comments
 (0)