user_groups: Add support to set can_mention_group during creation.

This commit adds API support to set can_mention_group while
creating a user group.

Fixes a part of #25927.
This commit is contained in:
Sahil Batra
2023-06-14 20:18:58 +05:30
committed by Tim Abbott
parent e6accb0ad9
commit 4bea6ffaa8
6 changed files with 154 additions and 7 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_mention_group_id` to
user group objects.
* [`POST /user_groups/create`](/api/create-user-group): Added `can_mention_group_id`
parameter to support setting the user group whose members can mention the new user
group.
**Feature level 190**