Skip to content

Latest commit

 

History

History
35 lines (30 loc) · 4.53 KB

File metadata and controls

35 lines (30 loc) · 4.53 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 Format Guide or our Formats API Endpoint. [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 bool (Optional) Indicates whether the project should share the account's translation memory [optional]
ProjectImage *os.File (Optional) Image to identify the project [optional]
RemoveProjectImage bool (Optional) Indicates whether the project image should be deleted. [optional]
Workflow string (Optional) Review Workflow. "simple" / "review". Read more [optional]
MachineTranslationEnabled bool (Optional) Enable machine translation support in the project. Required for Pre-Translation [optional]
EnableBranching bool (Optional) Enable branching in the project [optional]
ProtectMasterBranch bool (Optional) Protect the master branch in project where branching is enabled [optional]
EnableAllDataTypeTranslationKeysForTranslators bool (Optional) Otherwise, translators are not allowed to edit translations other than strings [optional]
EnableIcuMessageFormat bool (Optional) We can validate and highlight your ICU messages. Read more [optional]
ZeroPluralFormEnabled bool (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 bool (Optional) Autopilot, requires machine_translation_enabled. Read more [optional]
AutotranslateCheckNewTranslationKeys bool (Optional) Requires autotranslate_enabled to be true [optional]
AutotranslateCheckNewUploads bool (Optional) Requires autotranslate_enabled to be true [optional]
AutotranslateCheckNewLocales bool (Optional) Requires autotranslate_enabled to be true [optional]
AutotranslateMarkAsUnverified bool (Optional) Requires autotranslate_enabled to be true [optional]
AutotranslateUseMachineTranslation bool (Optional) Requires autotranslate_enabled to be true [optional]
AutotranslateUseTranslationMemory bool (Optional) Requires autotranslate_enabled to be true [optional]
AutotranslateOverwriteUnverifiedTranslations bool (Optional) Requires autotranslate_enabled to be true [optional]
DefaultEncoding string (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 `file_encoding` parameter for Uploads. [optional]
PlaceholderStyles []string (Optional) List of placeholder styles enabled for the project. [optional]

[Back to Model list] [Back to API list] [Back to README]