Skip to content

Commit

Permalink
Add 'default_encoding' documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
BlumMichael committed Dec 12, 2024
1 parent d496872 commit cf0f94b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions doc/compiled.json
Original file line number Diff line number Diff line change
Expand Up @@ -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 <a href='#post-/projects/-project_id-/uploads'>`file_encoding`</a> parameter for Uploads.",
"type": "boolean",
"example": true
}
}
}
Expand Down
4 changes: 4 additions & 0 deletions paths/projects/update.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <a href='#post-/projects/-project_id-/uploads'>`file_encoding`</a> parameter for Uploads."
type: boolean
example: true
x-cli-version: "2.6.3"

0 comments on commit cf0f94b

Please sign in to comment.