mirror of
https://github.com/zulip/zulip.git
synced 2026-06-24 21:08:25 +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.
250 B
250 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 and passing appropriate parameters to define the initial configuration of the new stream.