File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
services/web/server/src/simcore_service_webserver/api/v0 Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ async def add_group_user(
106106 _body : GroupUserAdd ,
107107):
108108 """
109- Adds a user to an organization group using their username, user ID, or email (subject to privacy settings
109+ Adds a user to an organization group using their username, user ID, or email (subject to privacy settings)
110110 """
111111
112112
Original file line number Diff line number Diff line change @@ -635,7 +635,7 @@ paths:
635635 - groups
636636 summary : Add Group User
637637 description : Adds a user to an organization group using their username, user
638- ID, or email (subject to privacy settings
638+ ID, or email (subject to privacy settings)
639639 operationId : add_group_user
640640 parameters :
641641 - name : gid
You can’t perform that action at this time.
0 commit comments