zulip/templates/zerver/api/create-stream.md
Yago González bba8b88707 api docs: Explain clearly how to create new streams.
Tweaked significantly by tabbott to cover this more clearly.
2018-07-01 08:41:37 -07:00

292 B

Create a stream

You can create a stream using Zulip's REST API by submitting a subscribe request with a stream name that doesn't yet exist. You can specify the initial configuration of the stream using the invite_only and announce arguments to that request.