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:
Sahil Batra
2025-04-07 17:19:49 +05:30
committed by Tim Abbott
parent 136c0f1c44
commit 54b51823e6
5 changed files with 145 additions and 2 deletions

View File

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