We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4822f82 commit c555613Copy full SHA for c555613
services/web/server/src/simcore_service_webserver/api/v0/openapi.yaml
@@ -10248,11 +10248,14 @@ components:
10248
description: the user gravatar id hash
10249
deprecated: true
10250
accessRights:
10251
- $ref: '#/components/schemas/GroupAccessRights'
+ 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.
10256
type: object
10257
required:
10258
- userName
- - accessRights
10259
title: GroupUserGet
10260
example:
10261
0 commit comments