Skip to content

Commit

Permalink
feat(openapi): add 'getRichMembersWithoutUserAttributes' method for r…
Browse files Browse the repository at this point in the history
…etrieving RichMembers for VO without user attributes
  • Loading branch information
xflord committed Mar 8, 2022
1 parent fe87bfa commit e981bcb
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions perun-openapi/openapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9101,6 +9101,22 @@ paths:
default:
$ref: '#/components/responses/ExceptionResponse'

/json/membersManager/getRichMembersNoUserAttributes:
get:
tags:
- MembersManager
operationId: getRichMembersNoUserAttributes
summary: Returns list of all RichMembers for specified VO. User attributes aren't included in the returned
objects
description: Get richMembers for VO with member attributes (without user attributes).
parameters:
- $ref: '#/components/parameters/voId'
responses:
'200':
$ref: '#/components/responses/ListOfRichMembersResponse'
default:
$ref: '#/components/responses/ExceptionResponse'

/json/membersManager/getMemberByUser:
get:
tags:
Expand Down

0 comments on commit e981bcb

Please sign in to comment.