v1
latestOpenAPI 3.0.0Proprietary2026-07-26316155742.7 KBProjects
Update a project
Update an existing project.
patch/projects/{id}
Path parameters
idstring required
ID
Headers
X-PhraseApp-OTPstring
Two-Factor-Authentication token (optional)
Request body
Example request
{
"account_id": "abcd1234",
"name": "My Android Project",
"point_of_contact": "abcd1234",
"main_format": "yml",
"media": "Python",
"shares_translation_memory": true,
"project_image": "/path/to/my/project-screenshot.png",
"workflow": "review",
"machine_translation_enabled": true,
"enable_branching": true,
"protect_master_branch": true,
"enable_all_data_type_translation_keys_for_translators": true,
"enable_icu_message_format": true,
"zero_plural_form_enabled": true,
"autotranslate_enabled": true,
"autotranslate_check_new_translation_keys": true,
"autotranslate_check_new_uploads": true,
"autotranslate_check_new_locales": true,
"autotranslate_mark_as_unverified": true,
"autotranslate_use_machine_translation": true,
"autotranslate_use_translation_memory": true,
"autotranslate_overwrite_unverified_translations": true,
"default_encoding": "UTF-8",
"placeholder_styles": [
"angular",
"iOS"
],
"smart_suggest_enabled": true,
"smart_suggest_use_glossary": true,
"smart_suggest_use_machine_translation": true,
"translation_keys_sort_collation": "unicode_ci",
"cldr_version": "legacy"
}Response
OK
Example response
{
"slug": "my-android-project",
"shares_translation_memory": true,
"machine_translation_enabled": true,
"zero_plural_form_enabled": true,
"enable_all_data_type_translation_keys_for_translators": false,
"enable_icu_message_format": false,
"enable_branching": false,
"protect_master_branch": false,
"autotranslate_enabled": false,
"autotranslate_check_new_translation_keys": false,
"autotranslate_check_new_uploads": false,
"autotranslate_check_new_locales": false,
"autotranslate_mark_as_unverified": false,
"autotranslate_use_machine_translation": false,
"autotranslate_use_translation_memory": true,
"autotranslate_overwrite_unverified_translations": false,
"autocomplete_job_enabled": false,
"default_encoding": "UTF-8",
"cldr_version": "legacy",
"job_locking_enabled": false,
"placeholder_styles": [
"angular",
"iOS"
]
}