diff --git a/doc/compiled.json b/doc/compiled.json index 644ccd61f..1f211cf60 100644 --- a/doc/compiled.json +++ b/doc/compiled.json @@ -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" } } diff --git a/paths/machine_translation_settings/update.yaml b/paths/machine_translation_settings/update.yaml index 5db71045a..dda339cb0 100644 --- a/paths/machine_translation_settings/update.yaml +++ b/paths/machine_translation_settings/update.yaml @@ -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':