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: doc/compiled.json
+14-14Lines changed: 14 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -14656,51 +14656,51 @@
14656
14656
"update_translations": {
14657
14657
"description": "Indicates whether existing translations should be updated with the file content.",
14658
14658
"type": "boolean",
14659
-
"example": null
14659
+
"example": true
14660
14660
},
14661
14661
"update_custom_metadata": {
14662
-
"description": "Indicates whether existing custom metadata properties should be updated with the file content",
14662
+
"description": "Determines whether to update custom metadata values when uploading a file. If set to true, existing metadata can be changed or removed. Passing an empty value deletes the corresponding metadata property.",
14663
14663
"type": "boolean",
14664
14664
"default": true,
14665
-
"example": null
14665
+
"example": true
14666
14666
},
14667
14667
"update_translation_keys": {
14668
14668
"description": "Pass `false` here to prevent new keys from being created and existing keys updated.",
14669
14669
"type": "boolean",
14670
14670
"default": true,
14671
-
"example": null
14671
+
"example": true
14672
14672
},
14673
14673
"update_translations_on_source_match": {
14674
14674
"description": "Update target translations only if the source translations of the uploaded multilingual file match the stored translations.",
14675
14675
"type": "boolean",
14676
14676
"default": false,
14677
-
"example": null
14677
+
"example": true
14678
14678
},
14679
14679
"update_descriptions": {
14680
14680
"description": "Existing key descriptions will be updated with the file content. Empty descriptions overwrite existing descriptions.",
14681
14681
"type": "boolean",
14682
-
"example": null
14682
+
"example": true
14683
14683
},
14684
14684
"convert_emoji": {
14685
14685
"description": "This option is obsolete. Providing the option will cause a bad request error.",
14686
14686
"type": "boolean",
14687
-
"example": null,
14687
+
"example": true,
14688
14688
"deprecated": true
14689
14689
},
14690
14690
"skip_upload_tags": {
14691
14691
"description": "Indicates whether the upload should not create upload tags.",
14692
14692
"type": "boolean",
14693
-
"example": null
14693
+
"example": true
14694
14694
},
14695
14695
"skip_unverification": {
14696
14696
"description": "Indicates whether the upload should unverify updated translations.",
14697
14697
"type": "boolean",
14698
-
"example": null
14698
+
"example": true
14699
14699
},
14700
14700
"file_encoding": {
14701
14701
"description": "Enforces a specific encoding on the file contents. Valid options are \"UTF-8\", \"UTF-16\" and \"ISO-8859-1\".",
14702
14702
"type": "string",
14703
-
"example": null
14703
+
"example": "UTF-8"
14704
14704
},
14705
14705
"locale_mapping": {
14706
14706
"description": "Mapping between locale names and translation columns. Required in some formats like CSV or XLSX.",
@@ -14717,24 +14717,24 @@
14717
14717
"autotranslate": {
14718
14718
"description": "If set, translations for the uploaded language will be fetched automatically.",
14719
14719
"type": "boolean",
14720
-
"example": null
14720
+
"example": true
14721
14721
},
14722
14722
"verify_mentioned_translations": {
14723
14723
"description": "Indicates whether all translations mentioned in the upload should be verified.",
14724
14724
"type": "boolean",
14725
14725
"default": false,
14726
-
"example": null
14726
+
"example": true
14727
14727
},
14728
14728
"mark_reviewed": {
14729
14729
"description": "Indicated whether the imported translations should be marked as reviewed. This setting is available if the review workflow is enabled for the project.",
14730
14730
"type": "boolean",
14731
-
"example": null
14731
+
"example": true
14732
14732
},
14733
14733
"tag_only_affected_keys": {
14734
14734
"description": "Indicates whether only keys affected (created or updated) by the upload should be tagged. The default is `false`",
14735
14735
"type": "boolean",
14736
14736
"default": false,
14737
-
"example": null
14737
+
"example": true
14738
14738
},
14739
14739
"translation_key_prefix": {
14740
14740
"description": "This prefix will be added to all uploaded translation key names to prevent collisions. Use a meaningful prefix related to your project or file to keep key names organized.",
Copy file name to clipboardExpand all lines: paths/uploads/create.yaml
+14-14Lines changed: 14 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -87,43 +87,43 @@ requestBody:
87
87
update_translations:
88
88
description: Indicates whether existing translations should be updated with the file content.
89
89
type: boolean
90
-
example:
90
+
example:true
91
91
update_custom_metadata:
92
-
description: Indicates whether existing custom metadata properties should be updated with the file content
92
+
description: Determines whether to update custom metadata values when uploading a file. If set to true, existing metadata can be changed or removed. Passing an empty value deletes the corresponding metadata property.
93
93
type: boolean
94
94
default: true
95
-
example:
95
+
example:true
96
96
update_translation_keys:
97
97
description: Pass `false` here to prevent new keys from being created and existing keys updated.
98
98
type: boolean
99
99
default: true
100
-
example:
100
+
example:true
101
101
update_translations_on_source_match:
102
102
description: Update target translations only if the source translations of the uploaded multilingual file match the stored translations.
103
103
type: boolean
104
104
default: false
105
-
example:
105
+
example:true
106
106
update_descriptions:
107
107
description: Existing key descriptions will be updated with the file content. Empty descriptions overwrite existing descriptions.
108
108
type: boolean
109
-
example:
109
+
example:true
110
110
convert_emoji:
111
111
description: This option is obsolete. Providing the option will cause a bad request error.
112
112
type: boolean
113
-
example:
113
+
example:true
114
114
deprecated: true
115
115
skip_upload_tags:
116
116
description: Indicates whether the upload should not create upload tags.
117
117
type: boolean
118
-
example:
118
+
example:true
119
119
skip_unverification:
120
120
description: Indicates whether the upload should unverify updated translations.
121
121
type: boolean
122
-
example:
122
+
example:true
123
123
file_encoding:
124
124
description: Enforces a specific encoding on the file contents. Valid options are "UTF-8", "UTF-16" and "ISO-8859-1".
125
125
type: string
126
-
example:
126
+
example:"UTF-8"
127
127
locale_mapping:
128
128
description: Mapping between locale names and translation columns. Required in some formats like CSV or XLSX.
129
129
type: object
@@ -137,21 +137,21 @@ requestBody:
137
137
autotranslate:
138
138
description: If set, translations for the uploaded language will be fetched automatically.
139
139
type: boolean
140
-
example:
140
+
example:true
141
141
verify_mentioned_translations:
142
142
description: Indicates whether all translations mentioned in the upload should be verified.
143
143
type: boolean
144
144
default: false
145
-
example:
145
+
example:true
146
146
mark_reviewed:
147
147
description: Indicated whether the imported translations should be marked as reviewed. This setting is available if the review workflow is enabled for the project.
148
148
type: boolean
149
-
example:
149
+
example:true
150
150
tag_only_affected_keys:
151
151
description: Indicates whether only keys affected (created or updated) by the upload should be tagged. The default is `false`
152
152
type: boolean
153
153
default: false
154
-
example:
154
+
example:true
155
155
translation_key_prefix:
156
156
description: This prefix will be added to all uploaded translation key names to prevent collisions. Use a meaningful prefix related to your project or file to keep key names organized.
0 commit comments