diff --git a/api-reference/openapi.json b/api-reference/openapi.json index e9d8328..d4727c1 100644 --- a/api-reference/openapi.json +++ b/api-reference/openapi.json @@ -3300,7 +3300,8 @@ "glossary", "voice", "write", - "style_rules" + "style_rules", + "translation_memory" ], "example": "translate_text" }, @@ -3323,7 +3324,11 @@ "glossary", "writing_style", "tone", - "auto_detection" + "auto_detection", + "transcription", + "translated_speech", + "spoken_terms", + "translation_memory" ] }, "needs_source_support": { @@ -3433,12 +3438,13 @@ "glossary", "voice", "write", - "style_rules" + "style_rules", + "translation_memory" ] }, "example": "translate_text", "x-default": "translate_text", - "description": "The resource to retrieve languages for. Supported values: `translate_text`, `translate_document`,\n`glossary`, `voice`, `write`, `style_rules`." + "description": "The resource to retrieve languages for. Supported values: `translate_text`, `translate_document`,\n`glossary`, `voice`, `write`, `style_rules`, `translation_memory`." }, { "name": "include", diff --git a/api-reference/openapi.yaml b/api-reference/openapi.yaml index 6b8cfb8..ab81c4d 100644 --- a/api-reference/openapi.yaml +++ b/api-reference/openapi.yaml @@ -2298,6 +2298,7 @@ paths: - voice - write - style_rules + - translation_memory example: translate_text features: description: |- @@ -2320,6 +2321,10 @@ paths: - writing_style - tone - auto_detection + - transcription + - translated_speech + - spoken_terms + - translation_memory needs_source_support: description: If `true`, the source language must support this feature for it to be available. Defaults to `false` if absent. type: boolean @@ -2385,11 +2390,12 @@ paths: - voice - write - style_rules + - translation_memory example: translate_text x-default: translate_text description: |- The resource to retrieve languages for. Supported values: `translate_text`, `translate_document`, - `glossary`, `voice`, `write`, `style_rules`. + `glossary`, `voice`, `write`, `style_rules`, `translation_memory`. - name: include in: query required: false