You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/UploadsApi.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,7 +49,7 @@ with phrase_api.ApiClient(configuration) as api_client:
49
49
skip_unverification =True# bool | Indicates whether the upload should unverify updated translations.
50
50
file_encoding ='file_encoding_example'# str | Enforces a specific encoding on the file contents. Valid options are \\\"UTF-8\\\", \\\"UTF-16\\\" and \\\"ISO-8859-1\\\".
51
51
locale_mapping =None# object | Mapping between locale names and translation columns. Required in some formats like CSV or XLSX.
52
-
format_options =None# object | Additional options available for specific formats. See our format guide for complete list.
52
+
format_options =None# object | Additional options available for specific formats. See our format guide for the [complete list](https://support.phrase.com/hc/en-us/articles/9652464547740-List-of-Supported-File-Types-Strings).
53
53
autotranslate =True# bool | If set, translations for the uploaded language will be fetched automatically.
54
54
mark_reviewed =True# bool | Indicated whether the imported translations should be marked as reviewed. This setting is available if the review workflow is enabled for the project.
55
55
tag_only_affected_keys =False# bool | Indicates whether only keys affected (created or updated) by the upload should be tagged. The default is `false` (default to False)
@@ -84,7 +84,7 @@ Name | Type | Description | Notes
84
84
**skip_unverification** | **bool**| Indicates whether the upload should unverify updated translations. | [optional]
85
85
**file_encoding** | **str**| Enforces a specific encoding on the file contents. Valid options are \\\"UTF-8\\\", \\\"UTF-16\\\" and \\\"ISO-8859-1\\\". | [optional]
86
86
**locale_mapping** | [**object**](object.md)| Mapping between locale names and translation columns. Required in some formats like CSV or XLSX. | [optional]
87
-
**format_options** | [**object**](object.md)| Additional options available for specific formats. See our format guide for complete list. | [optional]
87
+
**format_options** | [**object**](object.md)| Additional options available for specific formats. See our format guide for the [complete list](https://support.phrase.com/hc/en-us/articles/9652464547740-List-of-Supported-File-Types-Strings). | [optional]
88
88
**autotranslate** | **bool**| If set, translations for the uploaded language will be fetched automatically. | [optional]
89
89
**mark_reviewed** | **bool**| Indicated whether the imported translations should be marked as reviewed. This setting is available if the review workflow is enabled for the project. | [optional]
90
90
**tag_only_affected_keys** | **bool**| Indicates whether only keys affected (created or updated) by the upload should be tagged. The default is `false` | [optional][default to False]
:param bool skip_unverification: Indicates whether the upload should unverify updated translations.
62
62
:param str file_encoding: Enforces a specific encoding on the file contents. Valid options are \\\"UTF-8\\\", \\\"UTF-16\\\" and \\\"ISO-8859-1\\\".
63
63
:param object locale_mapping: Mapping between locale names and translation columns. Required in some formats like CSV or XLSX.
64
-
:param object format_options: Additional options available for specific formats. See our format guide for complete list.
64
+
:param object format_options: Additional options available for specific formats. See our format guide for the [complete list](https://support.phrase.com/hc/en-us/articles/9652464547740-List-of-Supported-File-Types-Strings).
65
65
:param bool autotranslate: If set, translations for the uploaded language will be fetched automatically.
66
66
:param bool mark_reviewed: Indicated whether the imported translations should be marked as reviewed. This setting is available if the review workflow is enabled for the project.
67
67
:param bool tag_only_affected_keys: Indicates whether only keys affected (created or updated) by the upload should be tagged. The default is `false`
:param bool skip_unverification: Indicates whether the upload should unverify updated translations.
107
107
:param str file_encoding: Enforces a specific encoding on the file contents. Valid options are \\\"UTF-8\\\", \\\"UTF-16\\\" and \\\"ISO-8859-1\\\".
108
108
:param object locale_mapping: Mapping between locale names and translation columns. Required in some formats like CSV or XLSX.
109
-
:param object format_options: Additional options available for specific formats. See our format guide for complete list.
109
+
:param object format_options: Additional options available for specific formats. See our format guide for the [complete list](https://support.phrase.com/hc/en-us/articles/9652464547740-List-of-Supported-File-Types-Strings).
110
110
:param bool autotranslate: If set, translations for the uploaded language will be fetched automatically.
111
111
:param bool mark_reviewed: Indicated whether the imported translations should be marked as reviewed. This setting is available if the review workflow is enabled for the project.
112
112
:param bool tag_only_affected_keys: Indicates whether only keys affected (created or updated) by the upload should be tagged. The default is `false`
0 commit comments