docs/UploadsApi.md in phrase-3.0.0 vs docs/UploadsApi.md in phrase-3.1.0

- old
+ new

@@ -42,10 +42,11 @@ opts = { x_phrase_app_otp: 'x_phrase_app_otp_example', # String | Two-Factor-Authentication token (optional) branch: 'branch_example', # String | specify the branch to use tags: 'tags_example', # String | List of tags separated by comma to be associated with the new keys contained in the upload. update_translations: true, # Boolean | Indicates whether existing translations should be updated with the file content. + update_translation_keys: true, # Boolean | Pass `false` here to prevent new keys from being created and existing keys updated. update_descriptions: true, # Boolean | Existing key descriptions will be updated with the file content. Empty descriptions overwrite existing descriptions. convert_emoji: true, # Boolean | This option is obsolete. Providing the option will cause a bad request error. skip_upload_tags: true, # Boolean | Indicates whether the upload should not create upload tags. skip_unverification: true, # Boolean | Indicates whether the upload should unverify updated translations. file_encoding: 'file_encoding_example', # String | Enforces a specific encoding on the file contents. Valid options are \\\"UTF-8\\\", \\\"UTF-16\\\" and \\\"ISO-8859-1\\\". @@ -76,9 +77,10 @@ **locale_id** | **String**| Locale of the file's content. Can be the name or id of the locale. Preferred is id. | **x_phrase_app_otp** | **String**| Two-Factor-Authentication token (optional) | [optional] **branch** | **String**| specify the branch to use | [optional] **tags** | **String**| List of tags separated by comma to be associated with the new keys contained in the upload. | [optional] **update_translations** | **Boolean**| Indicates whether existing translations should be updated with the file content. | [optional] + **update_translation_keys** | **Boolean**| Pass `false` here to prevent new keys from being created and existing keys updated. | [optional] [default to true] **update_descriptions** | **Boolean**| Existing key descriptions will be updated with the file content. Empty descriptions overwrite existing descriptions. | [optional] **convert_emoji** | **Boolean**| This option is obsolete. Providing the option will cause a bad request error. | [optional] **skip_upload_tags** | **Boolean**| Indicates whether the upload should not create upload tags. | [optional] **skip_unverification** | **Boolean**| Indicates whether the upload should unverify updated translations. | [optional] **file_encoding** | **String**| Enforces a specific encoding on the file contents. Valid options are \\\"UTF-8\\\", \\\"UTF-16\\\" and \\\"ISO-8859-1\\\". | [optional]