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"