You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: libs/wire-api/src/Wire/API/Routes/Public/Galley/Conversation.hs
+6-1Lines changed: 6 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -835,7 +835,12 @@ type ConversationAPI =
835
835
:<|>Named
836
836
"replace-members-in-conversation"
837
837
( Summary"Replace the members of a conversation."
838
-
:>Description"This will add any members not already in the conversation, and remove any members not in the provided list except users that are associated via a user group."
838
+
:>Description
839
+
"This will add any members not already in the conversation, \
840
+
\and remove any members not in the provided list except users that are associated via a user group. \
841
+
\The given role in the request body will be applied to all added members. \
842
+
\The roles of already existing members will not be changed \
843
+
\even if these members are included in the request body and their role differs from the role provided in this request."
0 commit comments