Skip to content

Commit 92e68b2

Browse files
committed
doc
1 parent 299f241 commit 92e68b2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

api/specs/web-server/_groups.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)