Skip to content

Latest commit

 

History

History
41 lines (37 loc) · 5.5 KB

File metadata and controls

41 lines (37 loc) · 5.5 KB

ProjectUpdateParameters

Properties

Name Type Description Notes
account_id str (Optional) ID of an account the requesting user belongs to. Used only to disambiguate the request context; the project itself cannot be moved between accounts through this endpoint. [optional]
name str (Optional) Name of the project [optional]
point_of_contact str (Optional) User ID of the point of contact for the project. Pass `null` to unset. [optional]
main_format str (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 str (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]
shares_translation_memory bool (Optional) Indicates whether the project should share the account's translation memory [optional]
project_image bytearray (Optional) Image to identify the project [optional]
remove_project_image bool (Optional) Indicates whether the project image should be deleted. [optional]
workflow str (Optional) Review Workflow. "simple" / "review". Read more [optional]
machine_translation_enabled bool (Optional) Enable machine translation support in the project. Required for Pre-Translation [optional]
enable_branching bool (Optional) Enable branching in the project [optional]
protect_master_branch bool (Optional) Protect the master branch in project where branching is enabled [optional]
enable_all_data_type_translation_keys_for_translators bool (Optional) Otherwise, translators are not allowed to edit translations other than strings [optional]
enable_icu_message_format bool (Optional) We can validate and highlight your ICU messages. Read more [optional]
zero_plural_form_enabled 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]
autotranslate_enabled bool (Optional) Autopilot, requires machine_translation_enabled. Read more [optional]
autotranslate_check_new_translation_keys bool (Optional) Requires autotranslate_enabled to be true [optional]
autotranslate_check_new_uploads bool (Optional) Requires autotranslate_enabled to be true [optional]
autotranslate_check_new_locales bool (Optional) Requires autotranslate_enabled to be true [optional]
autotranslate_mark_as_unverified bool (Optional) Requires autotranslate_enabled to be true [optional]
autotranslate_use_machine_translation bool (Optional) Requires autotranslate_enabled to be true [optional]
autotranslate_use_translation_memory bool (Optional) Requires autotranslate_enabled to be true [optional]
autotranslate_overwrite_unverified_translations bool (Optional) Requires autotranslate_enabled to be true [optional]
default_encoding str (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]
placeholder_styles List[str] (Optional) List of placeholder styles enabled for the project. [optional]
autocomplete_job_enabled bool (Optional) Enable autocomplete-job behavior so that newly created keys and locales are automatically added to in-progress jobs. [optional]
job_locking_enabled bool (Optional) When enabled, translations are locked once a job moves into review. [optional]
smart_suggest_enabled bool (Optional) Enable Smart Suggest for the project. [optional]
smart_suggest_use_glossary bool (Optional) Allow Smart Suggest to source suggestions from the project glossary. [optional]
smart_suggest_use_machine_translation bool (Optional) Allow Smart Suggest to source suggestions from machine translation. [optional]
translation_keys_sort_collation str (Optional) Collation used when sorting translation keys alphabetically. [optional]
cldr_version str (Optional) CLDR plural-rule version used by the project. [optional]

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