Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 10 additions & 4 deletions api-reference/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -3300,7 +3300,8 @@
"glossary",
"voice",
"write",
"style_rules"
"style_rules",
"translation_memory"
],
"example": "translate_text"
},
Expand All @@ -3323,7 +3324,11 @@
"glossary",
"writing_style",
"tone",
"auto_detection"
"auto_detection",
"transcription",
"translated_speech",
"spoken_terms",
"translation_memory"
]
},
"needs_source_support": {
Expand Down Expand Up @@ -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",
Expand Down
8 changes: 7 additions & 1 deletion api-reference/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2298,6 +2298,7 @@ paths:
- voice
- write
- style_rules
- translation_memory
example: translate_text
features:
description: |-
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down
Loading