From 2bab8771f3aec0199ec07879dabe6dd0eb50dfc6 Mon Sep 17 00:00:00 2001 From: Sven Dunemann Date: Wed, 9 Sep 2026 15:57:15 +0200 Subject: [PATCH 1/2] docs(API): Remove intento from machine translation settings --- doc/compiled.json | 2 +- paths/machine_translation_settings/update.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/compiled.json b/doc/compiled.json index 644ccd61f..f3f9a9191 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, gpt_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..25887c8ef 100644 --- a/paths/machine_translation_settings/update.yaml +++ b/paths/machine_translation_settings/update.yaml @@ -26,7 +26,7 @@ requestBody: 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 + gpt_translate. Pass null or an empty string to reset to the plan default. example: google_translate responses: From c97b6db0ce7b8f3fffa92180c40319c0a421ef8a Mon Sep 17 00:00:00 2001 From: Sven Dunemann Date: Wed, 9 Sep 2026 15:59:12 +0200 Subject: [PATCH 2/2] docs(API): remove gpt translate from machine translation settings --- doc/compiled.json | 2 +- paths/machine_translation_settings/update.yaml | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/doc/compiled.json b/doc/compiled.json index f3f9a9191..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, 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 25887c8ef..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, - 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':