docs/KeyCreateParameters.md in phrase-3.6.0 vs docs/KeyCreateParameters.md in phrase-3.7.0
- old
+ new
@@ -14,10 +14,11 @@
**max_characters_allowed** | **Integer** | Max. number of characters translations for this key can have. | [optional]
**screenshot** | **File** | Screenshot/image for the key. This parameter is deprecated. Please use the Screenshots endpoint instead. | [optional]
**remove_screenshot** | **Boolean** | Indicates whether the screenshot will be deleted. This parameter is deprecated. Please use the Screenshots endpoint instead. | [optional]
**unformatted** | **Boolean** | Indicates whether the key should be exported as \"unformatted\". Supported by Android XML and other formats. | [optional]
**default_translation_content** | **String** | Creates a translation in the default locale with the specified content | [optional]
+**autotranslate** | **Boolean** | Indicates whether the key should be autotranslated to other locales based on the copy provided in `default_translation_content`. | [optional]
**xml_space_preserve** | **Boolean** | Indicates whether the key should be exported with \"xml:space=preserve\". Supported by several XML-based formats. | [optional]
**original_file** | **String** | Original file attribute. Used in some formats, e.g. XLIFF. | [optional]
**localized_format_string** | **String** | NSStringLocalizedFormatKey attribute. Used in .stringsdict format. | [optional]
**localized_format_key** | **String** | NSStringLocalizedFormatKey attribute. Used in .stringsdict format. | [optional]
**custom_metadata** | **Object** | Custom metadata property name and value pairs to be associated with key. | [optional]
@@ -33,13 +34,14 @@
plural: null,
name_plural: home.index.headlines,
data_type: number,
tags: awesome-feature,needs-proofreading,
max_characters_allowed: 140,
- screenshot: [B@210d1b45,
+ screenshot: [B@38b65eb9,
remove_screenshot: null,
unformatted: null,
default_translation_content: Default translation content,
+ autotranslate: null,
xml_space_preserve: null,
original_file: null,
localized_format_string: null,
localized_format_key: null,
custom_metadata: {"fruit":"Apple","vegetable":"Tomato"})