mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
unarchive: Add support for unarchiving archived channels.
This commit adds support for unarchiving archived channels by introducing the `is_archived` parameter to the `PATCH /streams/{stream_id}` API endpoint. Sending a PATCH request with `is_archived: false` will unarchive the specified channel.
This commit is contained in:
committed by
Tim Abbott
parent
0c4c78a759
commit
2780360b00
@@ -20,6 +20,12 @@ format used by the Zulip server that they are interacting with.
|
||||
|
||||
## Changes in Zulip 11.0
|
||||
|
||||
**Feature level 388**
|
||||
|
||||
* [`PATCH /streams/{stream_id}`](/api/update-stream): Added
|
||||
`is_archived` parameter to support unarchiving previously archived
|
||||
channels.
|
||||
|
||||
**Feature level 387**
|
||||
|
||||
* [`GET /users`](/api/get-users): This endpoint no longer requires
|
||||
|
Reference in New Issue
Block a user