mirror of
https://github.com/zulip/zulip.git
synced 2026-07-09 21:21:47 +08:00
* Reordered the settings relevant without stream creation to the top. * Removed useless/misleading defaults for optional parameters. * Clarified description of the announce and authorization_errors_fatal settings. * Clarified that `invite_only` only applies for stream creation. (It's annoying to do so for its friends because they are including common description content and OpenAPI doesn't have a way to have extra content in a place you included something) Fixes #14705.
7 lines
250 B
Markdown
7 lines
250 B
Markdown
# Create a stream
|
|
|
|
You can create a stream using Zulip's REST API by submitting a
|
|
[subscribe](/api/subscribe) request with a stream name that
|
|
doesn't yet exist and passing appropriate parameters to define
|
|
the initial configuration of the new stream.
|