Skip to content

Commit c066126

Browse files
committed
feat(analytics): Update speech_to_text_milliseconds to reflect accurate usage duration
1 parent c0f21ea commit c066126

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

api-reference/openapi.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ paths:
134134
text_translation_characters: 4892
135135
document_translation_characters: 0
136136
text_improvement_characters: 4727
137-
speech_to_text_milliseconds: 0
137+
speech_to_text_milliseconds: 1800000
138138
group_by: "key_and_day"
139139
start_date: "2025-09-29T00:00:00"
140140
end_date: "2025-10-01T00:00:00"
@@ -147,7 +147,7 @@ paths:
147147
text_translation_characters: 159
148148
document_translation_characters: 0
149149
text_improvement_characters: 156
150-
speech_to_text_milliseconds: 0
150+
speech_to_text_milliseconds: 1800000
151151
withoutGrouping:
152152
summary: Usage report without grouping
153153
value:
@@ -157,7 +157,7 @@ paths:
157157
text_translation_characters: 4892
158158
document_translation_characters: 0
159159
text_improvement_characters: 4727
160-
speech_to_text_milliseconds: 0
160+
speech_to_text_milliseconds: 1800000
161161
start_date: "2025-09-29T00:00:00"
162162
end_date: "2025-10-01T00:00:00"
163163
400:
@@ -4446,7 +4446,7 @@ components:
44464446
speech_to_text_milliseconds:
44474447
type: integer
44484448
description: Duration of speech-to-text usage in milliseconds.
4449-
example: 0
4449+
example: 1800000
44504450
KeyAndDayUsageItem:
44514451
type: object
44524452
description: Usage statistics for a specific API key and optionally a specific date.

0 commit comments

Comments
 (0)