mirror of https://github.com/zulip/zulip.git
changelog: Fix request method for group members update endpoint.
Members of a user group can be updated using "POST" method for "/user_groups/{user_group_id}/members" and not "PATCH".
This commit is contained in:
parent
010410c849
commit
b748623a77
|
@ -116,7 +116,7 @@ format used by the Zulip server that they are interacting with.
|
|||
[group-setting value](/api/group-setting-values), will never include
|
||||
deactivated users in the `direct_members` list for settings whose
|
||||
value is an anonymous group.
|
||||
* [`PATCH /user_groups/{user_group_id}/members`](/api/update-user-group-members):
|
||||
* [`POST /user_groups/{user_group_id}/members`](/api/update-user-group-members):
|
||||
Deactivated users cannot be added or removed from a user group; they
|
||||
are now implicitly not members of any groups while deactivated.
|
||||
* [`GET /events`](/api/get-events): User reactivation event is not sent
|
||||
|
|
Loading…
Reference in New Issue