zulip/templates/zerver/api/create-stream.md

8 lines
292 B
Markdown
Raw Normal View History

# Create a stream
You can create a stream using Zulip's REST API by submitting a
[subscribe](/api/add-subscriptions) 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.