mirror of https://github.com/zulip/zulip.git
api-docs: Add missing "date_created" field to stream object examples.
This commit is contained in:
parent
4fe93d2523
commit
b7c9f77860
|
@ -1210,6 +1210,7 @@ paths:
|
|||
"stream_id": 12,
|
||||
"description": "",
|
||||
"rendered_description": "",
|
||||
"date_created": 1691057093,
|
||||
"invite_only": true,
|
||||
"is_web_public": false,
|
||||
"stream_post_policy": 1,
|
||||
|
@ -1256,6 +1257,7 @@ paths:
|
|||
"stream_id": 12,
|
||||
"description": "",
|
||||
"rendered_description": "",
|
||||
"date_created": 1691057093,
|
||||
"invite_only": true,
|
||||
"is_web_public": false,
|
||||
"stream_post_policy": 1,
|
||||
|
@ -1822,6 +1824,7 @@ paths:
|
|||
"stream_id": 3,
|
||||
"description": "Located in the United Kingdom",
|
||||
"rendered_description": "<p>Located in the United Kingdom</p>",
|
||||
"date_created": 1691057093,
|
||||
"invite_only": false,
|
||||
"is_web_public": false,
|
||||
"stream_post_policy": 1,
|
||||
|
@ -1836,6 +1839,7 @@ paths:
|
|||
"stream_id": 1,
|
||||
"description": "A Scandinavian country",
|
||||
"rendered_description": "<p>A Scandinavian country</p>",
|
||||
"date_created": 1691057093,
|
||||
"invite_only": false,
|
||||
"is_web_public": false,
|
||||
"stream_post_policy": 1,
|
||||
|
@ -1850,6 +1854,7 @@ paths:
|
|||
"stream_id": 5,
|
||||
"description": "A city in Italy",
|
||||
"rendered_description": "<p>A city in Italy</p>",
|
||||
"date_created": 1691057093,
|
||||
"invite_only": false,
|
||||
"is_web_public": false,
|
||||
"stream_post_policy": 1,
|
||||
|
@ -1895,6 +1900,7 @@ paths:
|
|||
"stream_id": 3,
|
||||
"description": "Located in the United Kingdom",
|
||||
"rendered_description": "<p>Located in the United Kingdom</p>",
|
||||
"date_created": 1691057093,
|
||||
"invite_only": false,
|
||||
"is_web_public": false,
|
||||
"stream_post_policy": 1,
|
||||
|
@ -15822,6 +15828,7 @@ paths:
|
|||
"description": "A Scandinavian country",
|
||||
"first_message_id": 1,
|
||||
"history_public_to_subscribers": true,
|
||||
"date_created": 1691057093,
|
||||
"invite_only": false,
|
||||
"is_announcement_only": false,
|
||||
"is_web_public": false,
|
||||
|
|
Loading…
Reference in New Issue