mirror of https://github.com/zulip/zulip.git
openapi: Improve description for stream_weekly_traffic.
This commit improves the description for stream_weekly_traffic field in API documentation to make it clear to the readers about how to interpret the value.
This commit is contained in:
parent
2533e64be6
commit
261fca11ec
|
@ -11584,8 +11584,8 @@ paths:
|
||||||
type: integer
|
type: integer
|
||||||
nullable: true
|
nullable: true
|
||||||
description: |
|
description: |
|
||||||
The average number of messages sent to the stream in recent weeks,
|
The average number of messages sent to the stream per week, as
|
||||||
rounded to the nearest integer.
|
estimated based on recent weeks, rounded to the nearest integer.
|
||||||
|
|
||||||
If `null`, the stream was recently created and there is
|
If `null`, the stream was recently created and there is
|
||||||
insufficient data to estimate the average traffic.
|
insufficient data to estimate the average traffic.
|
||||||
|
@ -17745,8 +17745,8 @@ components:
|
||||||
type: integer
|
type: integer
|
||||||
nullable: true
|
nullable: true
|
||||||
description: |
|
description: |
|
||||||
The average number of messages sent to the stream in recent weeks,
|
The average number of messages sent to the stream per week, as
|
||||||
rounded to the nearest integer.
|
estimated based on recent weeks, rounded to the nearest integer.
|
||||||
|
|
||||||
If `null`, the stream was recently created and there is
|
If `null`, the stream was recently created and there is
|
||||||
insufficient data to estimate the average traffic.
|
insufficient data to estimate the average traffic.
|
||||||
|
|
Loading…
Reference in New Issue