| Name | Type | Description | Notes |
|---|---|---|---|
| name | String | Name of the project | [optional] |
| mainFormat | String | Main file format specified by its API Extension name. Used for locale downloads if no format is specified. For API Extension names of available file formats see <a href="https://help.phrase.com/help/supported-platforms-and-formats\">Format Guide</a> or our <a href="#formats">Formats API Endpoint</a>. | [optional] |
| sharesTranslationMemory | Boolean | Indicates whether the project should share the account's translation memory | [optional] |
| projectImage | File | Image to identify the project | [optional] |
| removeProjectImage | Boolean | Indicates whether the project image should be deleted. | [optional] |
| accountId | String | Account ID to specify the actual account the project should be created in. Required if the requesting user is a member of multiple accounts. | [optional] |
| sourceProjectId | String | When a source project ID is given, a clone of that project will be created, including all locales, keys and translations as well as the main project settings if they are not defined otherwise through the params. | [optional] |
| workflow | String | (Optional) Review Workflow. "simple" / "review". <a href="https://help.phrase.com/help/advanced-review-workflow\">Read more</a> | [optional] |
| machineTranslationEnabled | Boolean | (Optional) Enable machine translation support in the project. Required for Autopilot and Smart Suggest | [optional] |
| enableBranching | Boolean | (Optional) Enable branching in the project | [optional] |
| protectMasterBranch | Boolean | (Optional) Protect the master branch in project where branching is enabled | [optional] |
| enableAllDataTypeTranslationKeysForTranslators | Boolean | (Optional) Otherwise, translators are not allowed to edit translations other than strings | [optional] |
| enableIcuMessageFormat | Boolean | (Optional) We can validate and highlight your ICU messages. <a href="https://help.phrase.com/help/icu-message-format\">Read more</a> | [optional] |
| zeroPluralFormEnabled | Boolean | (Optional) Displays the input fields for the 'ZERO' plural form for every key as well although only some languages require the 'ZERO' explicitly. | [optional] |
| autotranslateEnabled | Boolean | (Optional) Autopilot, requires machine_translation_enabled. <a href="https://help.phrase.com/help/autopilot\">Read more</a> | [optional] |
| autotranslateCheckNewTranslationKeys | Boolean | (Optional) Requires autotranslate_enabled to be true | [optional] |
| autotranslateCheckNewUploads | Boolean | (Optional) Requires autotranslate_enabled to be true | [optional] |
| autotranslateCheckNewLocales | Boolean | (Optional) Requires autotranslate_enabled to be true | [optional] |
| autotranslateMarkAsUnverified | Boolean | (Optional) Requires autotranslate_enabled to be true | [optional] |
| autotranslateUseMachineTranslation | Boolean | (Optional) Requires autotranslate_enabled to be true | [optional] |
| autotranslateUseTranslationMemory | Boolean | (Optional) Requires autotranslate_enabled to be true | [optional] |
| smartSuggestEnabled | Boolean | (Optional) Smart Suggest, requires machine_translation_enabled | [optional] |
| smartSuggestUseGlossary | Boolean | (Optional) Requires smart_suggest_enabled to be true | [optional] |
| smartSuggestUseMachineTranslation | Boolean | (Optional) Requires smart_suggest_enabled to be true | [optional] |
This repository was archived by the owner on Jul 16, 2021. It is now read-only.