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
@@ -41,7 +41,7 @@ with phrase_api.ApiClient(configuration) as api_client:
41
41
branch ='branch_example'# str | specify the branch to use
42
42
tags ='tags_example'# str | List of tags separated by comma to be associated with the new keys contained in the upload.
43
43
update_translations =True# bool | Indicates whether existing translations should be updated with the file content.
44
-
update_custom_metadata =True# bool | Indicates whether existing custom metadata properties should be updated with the file content (default to True)
44
+
update_custom_metadata =True# bool | 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. (default to True)
45
45
update_translation_keys =True# bool | Pass `false` here to prevent new keys from being created and existing keys updated. (default to True)
46
46
update_translations_on_source_match =False# bool | Update target translations only if the source translations of the uploaded multilingual file match the stored translations. (default to False)
47
47
update_descriptions =True# bool | Existing key descriptions will be updated with the file content. Empty descriptions overwrite existing descriptions.
@@ -78,7 +78,7 @@ Name | Type | Description | Notes
78
78
**branch** | **str**| specify the branch to use | [optional]
79
79
**tags** | **str**| List of tags separated by comma to be associated with the new keys contained in the upload. | [optional]
80
80
**update_translations** | **bool**| Indicates whether existing translations should be updated with the file content. | [optional]
81
-
**update_custom_metadata** | **bool**| Indicates whether existing custom metadata properties should be updated with the file content | [optional][default to True]
81
+
**update_custom_metadata** | **bool**| 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. | [optional][default to True]
82
82
**update_translation_keys** | **bool**| Pass `false` here to prevent new keys from being created and existing keys updated. | [optional][default to True]
83
83
**update_translations_on_source_match** | **bool**| Update target translations only if the source translations of the uploaded multilingual file match the stored translations. | [optional][default to False]
84
84
**update_descriptions** | **bool**| Existing key descriptions will be updated with the file content. Empty descriptions overwrite existing descriptions. | [optional]
:param str tags: List of tags separated by comma to be associated with the new keys contained in the upload.
55
55
:param bool update_translations: Indicates whether existing translations should be updated with the file content.
56
-
:param bool update_custom_metadata: Indicates whether existing custom metadata properties should be updated with the file content
56
+
:param bool update_custom_metadata: 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.
57
57
:param bool update_translation_keys: Pass `false` here to prevent new keys from being created and existing keys updated.
58
58
:param bool update_translations_on_source_match: Update target translations only if the source translations of the uploaded multilingual file match the stored translations.
59
59
:param bool update_descriptions: Existing key descriptions will be updated with the file content. Empty descriptions overwrite existing descriptions.
:param str tags: List of tags separated by comma to be associated with the new keys contained in the upload.
102
102
:param bool update_translations: Indicates whether existing translations should be updated with the file content.
103
-
:param bool update_custom_metadata: Indicates whether existing custom metadata properties should be updated with the file content
103
+
:param bool update_custom_metadata: 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.
104
104
:param bool update_translation_keys: Pass `false` here to prevent new keys from being created and existing keys updated.
105
105
:param bool update_translations_on_source_match: Update target translations only if the source translations of the uploaded multilingual file match the stored translations.
106
106
:param bool update_descriptions: Existing key descriptions will be updated with the file content. Empty descriptions overwrite existing descriptions.
0 commit comments