mirror of
https://github.com/zulip/zulip.git
synced 2025-10-27 18:13:58 +00:00
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.