Skip to content

Commit 8c8abd2

Browse files
committed
Fix openapi summaries of internal end-points.
1 parent 15fff65 commit 8c8abd2

File tree

1 file changed

+2
-2
lines changed
  • libs/wire-api/src/Wire/API/Routes/Internal

1 file changed

+2
-2
lines changed

libs/wire-api/src/Wire/API/Routes/Internal/Brig.hs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ type CreateGroupInternalInternal =
267267
type GetGroupInternal =
268268
Named
269269
"i-get-group"
270-
( Summary "Create user group with full control (internal)"
270+
( Summary "Fetch user group (internal)"
271271
:> "user-groups"
272272
:> Capture "tid" TeamId
273273
:> Capture "gid" UserGroupId
@@ -278,7 +278,7 @@ type GetGroupInternal =
278278
type UpdateGroupInternal =
279279
Named
280280
"i-update-group"
281-
( Summary "Create user group with full control (internal)"
281+
( Summary "Overwrite user group (name and member set) control (internal)"
282282
:> "user-groups"
283283
:> ReqBody '[Servant.JSON] UpdateGroupInternalRequest
284284
:> Put '[Servant.JSON] ()

0 commit comments

Comments
 (0)