docs/UploadCreateParameters.md in phrase-2.12.0 vs docs/UploadCreateParameters.md in phrase-2.13.0
- old
+ new
@@ -16,10 +16,10 @@
**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]
**locale_mapping** | [**Object**](.md) | Optional, format specific mapping between locale names and the columns the translations to those locales are contained in. | [optional]
**format_options** | [**Object**](.md) | Additional options available for specific formats. See our format guide for complete list. | [optional]
**autotranslate** | **Boolean** | If set, translations for the uploaded language will be fetched automatically. | [optional]
-**mark_reviewed** | **Boolean** | Indicated whether the imported translations should be marked as reviewed. This setting is available if the review workflow (currently beta) is enabled for the project. | [optional]
+**mark_reviewed** | **Boolean** | Indicated whether the imported translations should be marked as reviewed. This setting is available if the review workflow is enabled for the project. | [optional]
## Code Sample
```ruby
require 'Phrase'