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:
Sahil Batra 2024-10-14 16:10:19 +05:30 committed by Tim Abbott
parent 010410c849
commit b748623a77
1 changed files with 1 additions and 1 deletions

View File

@ -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