mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 05:23:35 +00:00
user_groups: Add API support to reactivate a user group.
This commit adds support to reactivate a user group using
`PATCH /user_groups/{user_group_id}` endpoint.
Fixes part of #23568.
This commit is contained in:
@@ -20,6 +20,12 @@ format used by the Zulip server that they are interacting with.
|
||||
|
||||
## Changes in Zulip 11.0
|
||||
|
||||
**Feature level 386**
|
||||
|
||||
* [`PATCH /user_groups/{user_group_id}`](/api/update-user-group):
|
||||
Added support to reactivate groups by passing `deactivated`
|
||||
parameter as `False`.
|
||||
|
||||
**Feature level 385**
|
||||
|
||||
* [`POST /register`](/api/register-queue), [`PATCH/settings`](/api/update-settings),
|
||||
|
||||
Reference in New Issue
Block a user