Skip to content

Commit

Permalink
update OAS
Browse files Browse the repository at this point in the history
  • Loading branch information
pcrespov committed Dec 17, 2024
1 parent 4822f82 commit c555613
Showing 1 changed file with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10248,11 +10248,14 @@ components:
description: the user gravatar id hash
deprecated: true
accessRights:
$ref: '#/components/schemas/GroupAccessRights'
anyOf:
- $ref: '#/components/schemas/GroupAccessRights'
- type: 'null'
description: If group is standard, these are these are the access rights
of the user to it.None if primary group.
type: object
required:
- userName
- accessRights
title: GroupUserGet
example:
accessRights:
Expand Down

0 comments on commit c555613

Please sign in to comment.