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

@@ -34,7 +34,7 @@ DESKTOP_WARNING_VERSION = "5.9.3"
# new level means in api_docs/changelog.md, as well as "**Changes**"
# entries in the endpoint's documentation in `zulip.yaml`.
API_FEATURE_LEVEL = 385
API_FEATURE_LEVEL = 386
# Bump the minor PROVISION_VERSION to indicate that folks should provision
# only when going from an old version of the code to a newer version. Bump