api: Document API change for Stream.date_created.

This commit is contained in:
Tim Abbott 2020-07-27 17:10:59 -07:00
parent 49926bc07b
commit 3252dfaa72
2 changed files with 15 additions and 0 deletions

View File

@ -8,6 +8,17 @@ server versions is to check the `zulip_feature_level` parameter in the
`/register` and `/server_settings` responses to determine which of the
below features are supported.
## Changes in Zulip 4.0
**Feature Level 30**
* [`GET users/me/subscriptions`](/api/get-subscriptions), [`GET
/streams`](/api/get-streams): Added `date_created` to Stream
objects.
Feature levels 28 and 29 are reserved for future use in 3.x bug fix
releases.
## Changes in Zulip 3.1
**Feature level 27**

View File

@ -4126,6 +4126,8 @@ components:
type: integer
description: |
The UNIX timestamp for when the stream was created, in UTC seconds.
**Changes**: New in Zulip 4.0 (feature level 30).
invite_only:
type: boolean
description: |
@ -4231,6 +4233,8 @@ components:
type: integer
description: |
The UNIX timestamp for when the stream was created, in UTC seconds.
**Changes**: New in Zulip 4.0 (feature level 30).
invite_only:
type: boolean
description: |