docs/DistributionCreateParameters.md in phrase-2.26.0 vs docs/DistributionCreateParameters.md in phrase-3.0.0
- old
+ new
@@ -2,11 +2,11 @@
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
-**name** | **String** | Name of the distribution | [optional]
-**project_id** | **String** | Project id the distribution should be assigned to. | [optional]
+**name** | **String** | Name of the distribution |
+**project_id** | **String** | Project id the distribution should be assigned to. |
**platforms** | **Array<String>** | List of platforms the distribution should support. Valid values are: * `android` * `ios` * `flutter` * `i18next` * `rails` | [optional]
**locale_ids** | **Array<String>** | List of locale ids that will be part of distribution releases | [optional]
**format_options** | **Hash<String, String>** | Additional formatting and render options. Only <code>enclose_in_cdata</code> is available for platform <code>android</code>. | [optional]
**fallback_locales_enabled** | **Boolean** | Use fallback locale if there is no translation in the current locale. | [optional]
**fallback_to_non_regional_locale** | **Boolean** | Indicates whether to fallback to non regional locale when locale can not be found | [optional]