mirror of https://github.com/zulip/zulip.git
api-docs: Add Changes notes for stream object fields added in 2.1.0.
This commit is contained in:
parent
67ccd66ed5
commit
2db715030d
|
@ -17176,6 +17176,8 @@ components:
|
|||
description: |
|
||||
Whether the stream has been configured to allow unauthenticated
|
||||
access to its message history from the web.
|
||||
|
||||
**Changes**: New in Zulip 2.1.0.
|
||||
stream_post_policy:
|
||||
type: integer
|
||||
description: |
|
||||
|
@ -17223,6 +17225,8 @@ components:
|
|||
has older history that can be accessed.
|
||||
|
||||
Is `null` for streams with no message history.
|
||||
|
||||
**Changes**: New in Zulip 2.1.0.
|
||||
is_announcement_only:
|
||||
type: boolean
|
||||
deprecated: true
|
||||
|
|
Loading…
Reference in New Issue