mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 13:33:24 +00:00
user_groups: Add support to set can_manage_group during creation.
This commit adds API support to set can_manage_group while creating a user group.
This commit is contained in:
@@ -25,6 +25,9 @@ format used by the Zulip server that they are interacting with.
|
||||
* [`GET /events`](/api/get-events), [`POST /register`](/api/register-queue),
|
||||
[`GET /user_groups`](/api/get-user-groups): Add `can_manage_group` to
|
||||
user group objects.
|
||||
* [`POST /user_groups/create`](/api/create-user-group): Added `can_manage_group`
|
||||
parameter to support setting the user group whose members can manage the user
|
||||
group.
|
||||
|
||||
**Feature level 282**
|
||||
|
||||
|
||||
Reference in New Issue
Block a user