You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: The entries of the glossary. The entries have to be specified
@@ -5598,6 +5624,16 @@ components:
5598
5624
description: The number of segments stored in the translation memory.
5599
5625
type: integer
5600
5626
example: 34
5627
+
creation_time:
5628
+
description: 'The creation time of the translation memory in the ISO 8601-1:2019 format (e.g.: `2021-08-03T14:16:18.329Z`).'
5629
+
type: string
5630
+
format: date-time
5631
+
example: '2026-04-01T16:34:25.223Z'
5632
+
updated_time:
5633
+
description: 'The time of the last update to the translation memory in the ISO 8601-1:2019 format (e.g.: `2021-08-03T14:16:18.329Z`).'
5634
+
type: string
5635
+
format: date-time
5636
+
example: '2026-04-01T16:34:25.264Z'
5601
5637
TranslationMemoryId:
5602
5638
type: string
5603
5639
format: uuid
@@ -5772,6 +5808,22 @@ components:
5772
5808
type: integer
5773
5809
format: int64
5774
5810
example: 1250000
5811
+
document_count:
5812
+
description: Documents translated so far in the current billing period. Only present for accounts with a document limit.
5813
+
type: integer
5814
+
format: int64
5815
+
document_limit:
5816
+
description: Current maximum number of documents that can be translated per billing period. Only present for accounts with a document limit.
5817
+
type: integer
5818
+
format: int64
5819
+
team_document_count:
5820
+
description: Documents translated by all users in the team so far in the current billing period. Only present for accounts with a team document limit.
5821
+
type: integer
5822
+
format: int64
5823
+
team_document_limit:
5824
+
description: Current maximum number of documents that can be translated by the team per billing period. Only present for accounts with a team document limit.
5825
+
type: integer
5826
+
format: int64
5775
5827
products:
5776
5828
type: array
5777
5829
description: Only present for API Pro users. Per-product usage details.
0 commit comments