mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 21:13:36 +00:00
user_groups: Include group_id in success response on group creation.
Previously, the `group_id` was not returned in the success response of the user group creation API. This commit updates the API to return a success response containing the unique ID of the user group with the key `group_id`. This enhancement allows clients to easily reference the newly created user group. Fixes: #29686
This commit is contained in:
committed by
Tim Abbott
parent
1ba1408b01
commit
18a8125dac
@@ -20,6 +20,13 @@ format used by the Zulip server that they are interacting with.
|
||||
|
||||
## Changes in Zulip 10.0
|
||||
|
||||
**Feature level 317**
|
||||
|
||||
* [`POST /user_groups/create`](/api/create-user-group):
|
||||
Added `group_id` to the success response of the user group creation
|
||||
endpoint, enabling clients to easily access the unique identifier
|
||||
of the newly created user group.
|
||||
|
||||
**Feature level 316**
|
||||
|
||||
* `PATCH /realm`, [`GET /events`](/api/get-events),
|
||||
|
||||
Reference in New Issue
Block a user