mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 05:23:35 +00:00
streams: Rename can_remove_subscribers_group_id parameter.
Earlier the API endpoints related to streams accepts and returns a field `can_remove_subscribers_group_id` which represents the ID of user_group whose members can remove subscribers from stream. This commit renames this field to `can_remove_subscribers_group`.
This commit is contained in:
@@ -20,6 +20,17 @@ format used by the Zulip server that they are interacting with.
|
||||
|
||||
## Changes in Zulip 8.0
|
||||
|
||||
**Feature level 197**
|
||||
|
||||
* [`POST /users/me/subscriptions`](/api/subscribe),
|
||||
[`PATCH /streams/{stream_id}`](/api/update-stream),
|
||||
[`GET users/me/subscriptions`](/api/get-subscriptions),
|
||||
[`GET /streams`](/api/get-streams),
|
||||
[`POST /register`](/api/register-queue),
|
||||
[`GET /events`](/api/get-events): Renamed
|
||||
stream setting `can_remove_subscribers_group_id`
|
||||
to `can_remove_subscribers_group`.
|
||||
|
||||
**Feature level 196**
|
||||
|
||||
* [`POST /realm/playgrounds`](/api/add-code-playground): `url_prefix` is
|
||||
|
||||
Reference in New Issue
Block a user