API Documentation
- Additional Workflow Step
- Analysis
- Async Request
- Authentication
- Bilingual File
- Business Unit
- Buyer
- Client
- Connector
- Conversations
- Cost Center
- Custom Fields
- Custom File Type
- Domain
- Due Date Scheme
- Email Template
- File
- Glossary
- Import settings
- Job
- Language AI
- Language Quality Assessment
- Machine Translation
- Machine Translation Settings
- Mapping
- Net Rate Scheme
- Notifications
- Price List
- Project
- GETList projects
- GETGet project
- DELDelete project
- PATCHEdit project
- GETGet analyse settings
- POSTAssigns providers from template
- POSTAssigns providers from template (specific jobs)
- POSTAssign vendor
- GETList assignable templates
- POSTClone project
- GETGet custom fields of project (page)
- PUTEdit custom fields of the project (batch)
- POSTCreate custom field instances
- GETGet custom field of project
- PUTEdit custom field of project
- DELDelete custom field of project
- GETGet file naming settings for project
- PUTUpdate file naming settings for project
- GETGet financial settings
- PUTEdit financial settings
- GETGet projects's default import settings
- PUTEdit project import settings
- POSTUpload Job Preview Package
- GETGet LQA settings
- GETGet project machine translate settings
- PUTEdit machine translate settings
- PUTEdit machine translate settings per language
- GETList project providers
- GETGet QA checks
- GETList quotes
- PATCHRestore project
- POSTEdit project status
- POSTAdd target languages
- GETGet term bases
- PUTEdit term bases
- GETList project relevant term bases
- GETList project relevant translation memories
- POSTSearch translation memory for segment in the project
- POSTAdd workflow steps
- POSTCreate project from template (async)
- POSTCreate project from template
- PUTEdit project
- GETGet access and security settings
- PUTEdit access and security settings
- POSTGet suggested providers
- PUTEdit quality assurance settings
- GETGet workflow steps
- POSTCreate project
- PUTEdit project
- GETList analyses by project
- GETGet translation memories
- PUTEdit translation memories
- GETGet project pre-translate settings
- PUTUpdate project pre-translate settings
- GET
- Project Reference File
- Project Template
- Provider
- Quality Assurance
- Quote
- SCIM
- Segmentation Rules
- Service
- Spell Check
- SubDomain
- Supported Languages
- Term Base
- Translation
- Translation Memory
- User
- Vendor
- Webhook
- Workflow changes
- Workflow Step
- XML Assistant
Project
Update project pre-translate settings
PUT
/
api2
/
v4
/
projects
/
{projectUid}
/
preTranslateSettings
Copy
Ask AI
curl --request PUT \
--url https://cloud.memsource.com/web/api2/v4/projects/{projectUid}/preTranslateSettings \
--header 'Content-Type: application/json' \
--data '{
"preTranslateOnJobCreation": true,
"setJobStatusCompleted": true,
"setJobStatusCompletedWhenConfirmed": true,
"setProjectStatusCompleted": true,
"overwriteExistingTranslations": true,
"translationMemorySettings": {
"useTranslationMemory": true,
"translationMemoryThreshold": 0.505,
"confirm100PercentMatches": true,
"confirm101PercentMatches": true,
"lock100PercentMatches": true,
"lock101PercentMatches": true
},
"machineTranslationSettings": {
"useMachineTranslation": true,
"machineTranslationBehavior": "APPLY_MT_ABOVE_THRESHOLD",
"lock100PercentMatches": true,
"confirmMatches": true,
"confirmMatchesThreshold": 0.5,
"useAltTransOnly": true,
"mtQeMatchesInEditors": true,
"mtForTMAbove100": true,
"mtSuggestOnlyTmBelow": true,
"mtSuggestOnlyTmBelowThreshold": 0.505
},
"nonTranslatableSettings": {
"preTranslateNonTranslatables": true,
"confirm100PercentMatches": true,
"lock100PercentMatches": true,
"nonTranslatablesInEditors": true
},
"repetitionsSettings": {
"autoPropagateRepetitions": true,
"confirmRepetitions": true,
"autoPropagateToLockedRepetitions": true,
"lockSubsequentRepetitions": true
}
}'
Copy
Ask AI
{
"preTranslateOnJobCreation": true,
"setJobStatusCompleted": true,
"setJobStatusCompletedWhenConfirmed": true,
"setProjectStatusCompleted": true,
"overwriteExistingTranslations": true,
"translationMemorySettings": {
"useTranslationMemory": true,
"translationMemoryThreshold": 0.505,
"confirm100PercentMatches": true,
"confirm101PercentMatches": true,
"lock100PercentMatches": true,
"lock101PercentMatches": true
},
"machineTranslationSettings": {
"useMachineTranslation": true,
"machineTranslationBehavior": "APPLY_MT_ABOVE_THRESHOLD",
"lock100PercentMatches": true,
"confirmMatches": true,
"confirmMatchesThreshold": 0.5,
"useAltTransOnly": true,
"mtQeMatchesInEditors": true,
"mtForTMAbove100": true,
"mtSuggestOnlyTmBelow": true,
"mtSuggestOnlyTmBelowThreshold": 0.505
},
"nonTranslatableSettings": {
"preTranslateNonTranslatables": true,
"confirm100PercentMatches": true,
"lock100PercentMatches": true,
"nonTranslatablesInEditors": true
},
"repetitionsSettings": {
"autoPropagateRepetitions": true,
"confirmRepetitions": true,
"autoPropagateToLockedRepetitions": true,
"lockSubsequentRepetitions": true
}
}
Path Parameters
Body
application/json
Pre-translate settings
Response
200
application/json
successful operation
Pre-translate settings
Was this page helpful?
Copy
Ask AI
curl --request PUT \
--url https://cloud.memsource.com/web/api2/v4/projects/{projectUid}/preTranslateSettings \
--header 'Content-Type: application/json' \
--data '{
"preTranslateOnJobCreation": true,
"setJobStatusCompleted": true,
"setJobStatusCompletedWhenConfirmed": true,
"setProjectStatusCompleted": true,
"overwriteExistingTranslations": true,
"translationMemorySettings": {
"useTranslationMemory": true,
"translationMemoryThreshold": 0.505,
"confirm100PercentMatches": true,
"confirm101PercentMatches": true,
"lock100PercentMatches": true,
"lock101PercentMatches": true
},
"machineTranslationSettings": {
"useMachineTranslation": true,
"machineTranslationBehavior": "APPLY_MT_ABOVE_THRESHOLD",
"lock100PercentMatches": true,
"confirmMatches": true,
"confirmMatchesThreshold": 0.5,
"useAltTransOnly": true,
"mtQeMatchesInEditors": true,
"mtForTMAbove100": true,
"mtSuggestOnlyTmBelow": true,
"mtSuggestOnlyTmBelowThreshold": 0.505
},
"nonTranslatableSettings": {
"preTranslateNonTranslatables": true,
"confirm100PercentMatches": true,
"lock100PercentMatches": true,
"nonTranslatablesInEditors": true
},
"repetitionsSettings": {
"autoPropagateRepetitions": true,
"confirmRepetitions": true,
"autoPropagateToLockedRepetitions": true,
"lockSubsequentRepetitions": true
}
}'
Copy
Ask AI
{
"preTranslateOnJobCreation": true,
"setJobStatusCompleted": true,
"setJobStatusCompletedWhenConfirmed": true,
"setProjectStatusCompleted": true,
"overwriteExistingTranslations": true,
"translationMemorySettings": {
"useTranslationMemory": true,
"translationMemoryThreshold": 0.505,
"confirm100PercentMatches": true,
"confirm101PercentMatches": true,
"lock100PercentMatches": true,
"lock101PercentMatches": true
},
"machineTranslationSettings": {
"useMachineTranslation": true,
"machineTranslationBehavior": "APPLY_MT_ABOVE_THRESHOLD",
"lock100PercentMatches": true,
"confirmMatches": true,
"confirmMatchesThreshold": 0.5,
"useAltTransOnly": true,
"mtQeMatchesInEditors": true,
"mtForTMAbove100": true,
"mtSuggestOnlyTmBelow": true,
"mtSuggestOnlyTmBelowThreshold": 0.505
},
"nonTranslatableSettings": {
"preTranslateNonTranslatables": true,
"confirm100PercentMatches": true,
"lock100PercentMatches": true,
"nonTranslatablesInEditors": true
},
"repetitionsSettings": {
"autoPropagateRepetitions": true,
"confirmRepetitions": true,
"autoPropagateToLockedRepetitions": true,
"lockSubsequentRepetitions": true
}
}
Assistant
Responses are generated using AI and may contain mistakes.