File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
libs/wire-api/src/Wire/API/Routes/Internal Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -267,7 +267,7 @@ type CreateGroupInternalInternal =
267267type 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 =
278278type 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 ] ()
You can’t perform that action at this time.
0 commit comments