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:
Sahil Batra 2023-08-03 09:14:41 +05:30 committed by Tim Abbott
parent 2533e64be6
commit 261fca11ec
1 changed files with 4 additions and 4 deletions

View File

@ -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.