mirror of https://github.com/zulip/zulip.git
api-docs: Fix feature level 199 changelog and add new field to examples.
Fixes formatting of link in feature level 199 changeog entry. Updates stream object examples for the `stream_weekly_traffic` field added in feature level 199.
This commit is contained in:
parent
b7c9f77860
commit
ec8531e55d
|
@ -1219,6 +1219,7 @@ paths:
|
|||
"message_retention_days": null,
|
||||
"is_announcement_only": false,
|
||||
"can_remove_subscribers_group": 2,
|
||||
"stream_weekly_traffic": null,
|
||||
},
|
||||
],
|
||||
"id": 0,
|
||||
|
@ -1266,6 +1267,7 @@ paths:
|
|||
"message_retention_days": null,
|
||||
"is_announcement_only": false,
|
||||
"can_remove_subscribers_group": 2,
|
||||
"stream_weekly_traffic": null,
|
||||
},
|
||||
],
|
||||
"id": 0,
|
||||
|
@ -15838,6 +15840,7 @@ paths:
|
|||
"stream_id": 7,
|
||||
"stream_post_policy": 1,
|
||||
"can_remove_subscribers_group": 2,
|
||||
"stream_weekly_traffic": null,
|
||||
},
|
||||
}
|
||||
"400":
|
||||
|
|
Loading…
Reference in New Issue