lib/phrase/models/distribution_create_parameters.rb in phrase-2.12.0 vs lib/phrase/models/distribution_create_parameters.rb in phrase-2.13.0
- old
+ new
@@ -6,10 +6,10 @@
attr_accessor :name
# Project id the distribution should be assigned to.
attr_accessor :project_id
- # List of platforms the distribution should support.
+ # List of platforms the distribution should support. Valid values are: * `android` * `ios` * `flutter` * `i18next`
attr_accessor :platforms
# List of locale ids that will be part of distribution releases
attr_accessor :locale_ids