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:
whilstsomebody
2025-03-15 16:19:22 +05:30
committed by Tim Abbott
parent 0c4c78a759
commit 2780360b00
16 changed files with 272 additions and 33 deletions

View File

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