From cf0f94b152f02f8a81353849542f9844d6e98ea4 Mon Sep 17 00:00:00 2001 From: Michael Blum Date: Thu, 12 Dec 2024 10:49:07 +0100 Subject: [PATCH] Add 'default_encoding' documentation --- doc/compiled.json | 5 +++++ paths/projects/update.yaml | 4 ++++ 2 files changed, 9 insertions(+) diff --git a/doc/compiled.json b/doc/compiled.json index 9186b2d4..cbabaee1 100644 --- a/doc/compiled.json +++ b/doc/compiled.json @@ -16828,6 +16828,11 @@ "description": "(Optional) Requires autotranslate_enabled to be true", "type": "boolean", "example": true + }, + "default_encoding": { + "description": "(Optional) Sets the default encoding for Uploads. If you leave it empty, we will try to guess it automatically for you when you Upload a file. You can still overwrite this value by setting the `file_encoding` parameter for Uploads.", + "type": "boolean", + "example": true } } } diff --git a/paths/projects/update.yaml b/paths/projects/update.yaml index 1ab6ebc6..59305d2c 100644 --- a/paths/projects/update.yaml +++ b/paths/projects/update.yaml @@ -141,4 +141,8 @@ requestBody: description: "(Optional) Requires autotranslate_enabled to be true" type: boolean example: true + default_encoding: + description: "(Optional) Sets the default encoding for Uploads. If you leave it empty, we will try to guess it automatically for you when you Upload a file. You can still overwrite this value by setting the `file_encoding` parameter for Uploads." + type: boolean + example: true x-cli-version: "2.6.3"