docs/OrderCreateParameters.md in phrase-2.0.0 vs docs/OrderCreateParameters.md in phrase-2.1.0

- old
+ new

@@ -3,10 +3,11 @@ ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **branch** | **String** | specify the branch to use | [optional] +**name** | **String** | the name of the order, default name is: Translation order from 'current datetime' | [optional] **lsp** | **String** | Name of the LSP that should process this order. Can be one of gengo, textmaster. | [optional] **source_locale_id** | **String** | Source locale for the order. Can be the name or public id of the source locale. Preferred is the public id. | [optional] **target_locale_ids** | **Array<String>** | List of target locales you want the source content translate to. Can be the name or public id of the target locales. Preferred is the public id. | [optional] **translation_type** | **String** | Name of the quality level, availability depends on the LSP. Can be one of: standard, pro (for orders processed by Gengo) and one of regular, premium, enterprise (for orders processed by TextMaster) | [optional] **tag** | **String** | Tag you want to order translations for. | [optional] @@ -23,9 +24,10 @@ ```ruby require 'Phrase' instance = Phrase::OrderCreateParameters.new(branch: my-feature-branch, + name: Welcome message translations, lsp: textmaster, source_locale_id: abcd1234abcd1234abcd1234abcd1234, target_locale_ids: ["1234abcd1234abcd1234abcd1234abcd","abcd1234abcd1234abcd1234abcd1234"], translation_type: premium, tag: my-awesome-feature,