mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
zerver: API to create channel.
Fixes #16206. Co-authored-by: Sahil Batra <sahil@zulip.com> Co-authored-by: Steve Howell <showell@zulip.com> Signed-off-by: apoorvapendse <apoorvavpendse@gmail.com>
This commit is contained in:
committed by
Tim Abbott
parent
6ef2591b47
commit
6203861529
@@ -20,6 +20,13 @@ format used by the Zulip server that they are interacting with.
|
||||
|
||||
## Changes in Zulip 11.0
|
||||
|
||||
**Feature level 417**
|
||||
|
||||
* [`POST channels/create`](/api/create-channel): Added a dedicated
|
||||
endpoint for creating a new channel. Previously, channel creation
|
||||
was done entirely through
|
||||
[`POST /users/me/subscriptions`](/api/subscribe).
|
||||
|
||||
**Feature level 416**
|
||||
|
||||
* [`POST /invites`](/api/send-invites), [`POST
|
||||
|
@@ -62,7 +62,7 @@
|
||||
* [Get all channels](/api/get-streams)
|
||||
* [Get a channel by ID](/api/get-stream-by-id)
|
||||
* [Get channel ID](/api/get-stream-id)
|
||||
* [Create a channel](/api/create-stream)
|
||||
* [Create a channel](/api/create-channel)
|
||||
* [Update a channel](/api/update-stream)
|
||||
* [Archive a channel](/api/archive-stream)
|
||||
* [Get channel's email address](/api/get-stream-email-address)
|
||||
|
Reference in New Issue
Block a user