Skip to content
Open
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
2 changes: 1 addition & 1 deletion doc/compiled.json
Original file line number Diff line number Diff line change
Expand Up @@ -33484,7 +33484,7 @@
"default_service": {
"type": "string",
"nullable": true,
"description": "The machine translation engine to use as the account default. Supported values: language_ai_translate, aita_translate, microsoft_translate, google_translate, amazon_translate, intento_translate, gpt_translate. Pass null or an empty string to reset to the plan default.\n",
"description": "The machine translation engine to use as the account default. Supported values: language_ai_translate, aita_translate, microsoft_translate, google_translate, amazon_translate. Pass null or an empty string to reset to the plan default.\n",
"example": "google_translate"
}
}
Expand Down
5 changes: 2 additions & 3 deletions paths/machine_translation_settings/update.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,8 @@ requestBody:
description: >
The machine translation engine to use as the account default.
Supported values: language_ai_translate, aita_translate,
microsoft_translate, google_translate, amazon_translate,
intento_translate, gpt_translate. Pass null or an empty string
to reset to the plan default.
microsoft_translate, google_translate, amazon_translate.
Pass null or an empty string to reset to the plan default.
example: google_translate
responses:
'200':
Expand Down
Loading