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
- Project Reference File
- Project Template
- GETList project templates
- POSTCreate project template
- GETGet project template
- PUTEdit project template
- DELDelete project template
- GETGet project template access and security settings
- PUTEdit project template access and security settings
- GETGet analyse settings
- PUTEdit analyse settings
- GETGet custom fields of project template (page)
- PUTEdit custom fields of the project template (batch)
- POSTCreate custom field instances
- GETGet custom field of project template
- PUTEdit custom field of project template
- DELDelete custom field of project template
- GETGet import settings
- PUTEdit project template import settings
- GETGet project template machine translate settings
- GETGet Pre-translate settingsdeprecated
- PUTUpdate Pre-translate settingsdeprecated
- GETGet quality assurance settings
- PUTEdit quality assurance settings
- GETGet term bases
- PUTEdit term bases in project template
- GETGet translation memoriesdeprecated
- PUTEdit translation memoriesdeprecated
- GETList project template relevant translation memories
- PUTEdit project template
- GETGet Pre-translate settingsdeprecated
- PUTUpdate Pre-translate settingsdeprecated
- GETGet translation memoriesdeprecated
- PUTEdit translation memories
- GETGet Pre-translate settingsdeprecated
- PUTUpdate Pre-translate settingsdeprecated
- GETGet translation memories
- GETGet project template pre-translate settings
- PUTUpdate project template pre-translate settings
- GET
- 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 Template
Update project template pre-translate settings
PUT
/
api2
/
v4
/
projectTemplates
/
{projectTemplateUid}
/
preTranslateSettings
Update project template pre-translate settings
Copy
Ask AI
curl --request PUT \
--url https://cloud.memsource.com/web/api2/v4/projectTemplates/{projectTemplateUid}/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?
Update project template pre-translate settings
Copy
Ask AI
curl --request PUT \
--url https://cloud.memsource.com/web/api2/v4/projectTemplates/{projectTemplateUid}/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.