Skip to content

Latest commit

 

History

History
46 lines (35 loc) · 4.64 KB

ProjectUpdateParameters.md

File metadata and controls

46 lines (35 loc) · 4.64 KB

ProjectUpdateParameters

Properties

Name Type Description Notes
accountId String Required if the requesting user is a member of multiple accounts. Account ID to specify the actual account the project should be created in. [optional]
name String (Optional) Name of the project [optional]
pointOfContact String (Optional) User ID of the point of contact for the project. Pass `null` to unset. [optional]
mainFormat String (Optional) 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=&quot;https://support.phrase.com/hc/en-us/sections/6111343326364\&quot;&gt;Format Guide</a> or our <a href=&quot;#formats&quot;>Formats API Endpoint</a>. [optional]
media String (Optional) Main technology stack used in the project. It affects for example the suggested placeholder style. Predefined values include: `Ruby`, `JavaScript`, `AngularJS`, `React`, `iOS`, `Android`, `Python`, `PHP`, `Java`, `Go`, `Windows Phone`, `Rails`, `Node.js`, `.NET`, `Django`, `Symfony`, `Yii Framework`, `Zend Framework`, `Apple App Store Description`, `Google Play Description`, but it can also take any other value. [optional]
sharesTranslationMemory Boolean (Optional) Indicates whether the project should share the account's translation memory [optional]
projectImage File (Optional) Image to identify the project [optional]
removeProjectImage Boolean (Optional) Indicates whether the project image should be deleted. [optional]
workflow String (Optional) Review Workflow. &quot;simple&quot; / &quot;review&quot;. <a href=&quot;https://support.phrase.com/hc/en-us/articles/5784094755484\&quot;&gt;Read more</a> [optional]
machineTranslationEnabled Boolean (Optional) Enable machine translation support in the project. Required for Pre-Translation [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=&quot;https://support.phrase.com/hc/en-us/articles/5822319545116\&quot;&gt;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=&quot;https://support.phrase.com/hc/en-us/articles/5822187934364\&quot;&gt;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]
defaultEncoding DefaultEncodingEnum (Optional) Sets the default encoding for Uploads. If you leave it empty, we will try to guess it automatically for you when you Upload a file. You can still override this value by setting the <a href='#post-/projects/-project_id-/uploads'>`file_encoding`</a> parameter for Uploads. [optional]

Enum: DefaultEncodingEnum

Name Value
UTF_8 "UTF-8"
UTF_16 "UTF-16"
UTF_16BE "UTF-16BE"
UTF_16LE "UTF-16LE"
ISO_8859_1 "ISO-8859-1"