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:
Ujjawal Modi
2023-07-25 18:27:19 +05:30
committed by Tim Abbott
parent 2505813359
commit b0b36e884c
4 changed files with 101 additions and 60 deletions

View File

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