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
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,6 +44,7 @@ opts = {
44
44
branch:'branch_example', # String | specify the branch to use
45
45
tags:'tags_example', # String | List of tags separated by comma to be associated with the new keys contained in the upload.
46
46
update_translations:true, # Boolean | Indicates whether existing translations should be updated with the file content.
47
+
update_custom_metadata:true, # Boolean | Indicates whether existing custom metadata properties should be updated with the file content
47
48
update_translation_keys:true, # Boolean | Pass `false` here to prevent new keys from being created and existing keys updated.
48
49
update_translations_on_source_match:true, # Boolean | Update target translations only if the source translations of the uploaded multilingual file match the stored translations.
49
50
update_descriptions:true, # Boolean | Existing key descriptions will be updated with the file content. Empty descriptions overwrite existing descriptions.
@@ -82,6 +83,7 @@ Name | Type | Description | Notes
82
83
**branch** | **String**| specify the branch to use | [optional]
83
84
**tags** | **String**| List of tags separated by comma to be associated with the new keys contained in the upload. | [optional]
84
85
**update_translations** | **Boolean**| Indicates whether existing translations should be updated with the file content. | [optional]
86
+
**update_custom_metadata** | **Boolean**| Indicates whether existing custom metadata properties should be updated with the file content | [optional][default to true]
85
87
**update_translation_keys** | **Boolean**| Pass `false` here to prevent new keys from being created and existing keys updated. | [optional][default to true]
86
88
**update_translations_on_source_match** | **Boolean**| Update target translations only if the source translations of the uploaded multilingual file match the stored translations. | [optional][default to false]
87
89
**update_descriptions** | **Boolean**| Existing key descriptions will be updated with the file content. Empty descriptions overwrite existing descriptions. | [optional]
# @option opts [String] :branch specify the branch to use
19
19
# @option opts [String] :tags List of tags separated by comma to be associated with the new keys contained in the upload.
20
20
# @option opts [Boolean] :update_translations Indicates whether existing translations should be updated with the file content.
21
+
# @option opts [Boolean] :update_custom_metadata Indicates whether existing custom metadata properties should be updated with the file content (default to true)
21
22
# @option opts [Boolean] :update_translation_keys Pass `false` here to prevent new keys from being created and existing keys updated. (default to true)
22
23
# @option opts [Boolean] :update_translations_on_source_match Update target translations only if the source translations of the uploaded multilingual file match the stored translations. (default to false)
23
24
# @option opts [Boolean] :update_descriptions Existing key descriptions will be updated with the file content. Empty descriptions overwrite existing descriptions.
# @option opts [String] :branch specify the branch to use
50
51
# @option opts [String] :tags List of tags separated by comma to be associated with the new keys contained in the upload.
51
52
# @option opts [Boolean] :update_translations Indicates whether existing translations should be updated with the file content.
53
+
# @option opts [Boolean] :update_custom_metadata Indicates whether existing custom metadata properties should be updated with the file content
52
54
# @option opts [Boolean] :update_translation_keys Pass `false` here to prevent new keys from being created and existing keys updated.
53
55
# @option opts [Boolean] :update_translations_on_source_match Update target translations only if the source translations of the uploaded multilingual file match the stored translations.
54
56
# @option opts [Boolean] :update_descriptions Existing key descriptions will be updated with the file content. Empty descriptions overwrite existing descriptions.
0 commit comments