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
- POSTCreate projectdeprecated
- POSTCreate project from templatedeprecated
- GETGet project
- PUTEdit projectdeprecated
- DELDelete project
- PATCHEdit project
- GETGet access and security settingsdeprecated
- PUTEdit access and security settingsdeprecated
- GETGet analyse settings
- GETList analyses by projectdeprecated
- 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
- GETGet Pre-translate settingsdeprecated
- PUTUpdate Pre-translate settingsdeprecated
- GETList project providers
- POSTGet suggested providersdeprecated
- GETGet quality assurance settingsdeprecated
- PUTEdit quality assurance settingsdeprecated
- GETGet QA checks
- GETList quotes
- PATCHRestore project
- POSTEdit project status
- POSTAdd target languages
- GETGet term bases
- PUTEdit term bases
- GETList project relevant term bases
- GETGet translation memoriesdeprecated
- PUTEdit translation memoriesdeprecated
- GETList project relevant translation memories
- POSTSearch translation memory for segment in the project
- GETGet workflow stepsdeprecated
- POSTAdd workflow steps
- 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 Step
- XML Assistant
Project
Edit quality assurance settings
deprecated
PUT
/
api2
/
v1
/
projects
/
{projectUid}
/
qaSettings
Edit quality assurance settings
Copy
Ask AI
curl --request PUT \
--url https://cloud.memsource.com/web/api2/v1/projects/{projectUid}/qaSettings \
--header 'Content-Type: application/json' \
--data '{
"emptyTranslation": true,
"inconsistentTranslation": true,
"joinTags": true,
"missingNumbers": true,
"segmentNotConfirmed": true,
"terminology": true,
"multipleSpaces": true,
"trailingSpace": true,
"trailingPunctuation": true,
"targetLengthMax": 1,
"formatting": true,
"unresolvedComment": true,
"emptyPairTags": true,
"strictJobStatus": false,
"forbiddenStrings": [
"<string>"
],
"excludeLockedSegments": true,
"ignoreNotApprovedTerms": true,
"spellCheck": true,
"repeatedWords": true,
"inconsistentTagContent": true,
"emptyTagContent": true,
"xliffTags": true,
"forbiddenTerms": true,
"targetLengthPercent": 1,
"targetLengthPerSegment": true,
"newerAtPrecedingWorkflowStep": true,
"leadingAndTrailingSpaces": true,
"moraviaQA": {
"enabled": true,
"profile": "<string>"
},
"regexp": {
"rules": [
{
"id": "<string>",
"description": "<string>",
"sourceRegexp": "<string>",
"targetRegexp": "<string>",
"ignorable": true,
"instant": true
}
]
}
}'
Copy
Ask AI
{
"emptyTranslation": true,
"inconsistentTranslation": true,
"joinTags": true,
"missingNumbers": true,
"segmentNotConfirmed": true,
"terminology": true,
"multipleSpaces": true,
"trailingSpace": true,
"trailingPunctuation": true,
"targetLength": {
"enabled": true,
"max": 123
},
"formatting": true,
"unresolvedComment": true,
"emptyPairTags": true,
"strictJobStatus": true,
"forbiddenStrings": {
"enabled": true,
"list": [
"<string>"
]
},
"excludeLockedSegments": true,
"ignoreNotApprovedTerms": true,
"spellCheck": true,
"repeatedWords": true,
"inconsistentTagContent": true,
"emptyTagContent": true,
"xliffTags": true,
"nestedTags": true,
"forbiddenTerms": true,
"targetLengthPercent": {
"enabled": true,
"max": 123
},
"targetLengthPerSegment": true,
"newerAtPrecedingWorkflowStep": true,
"leadingAndTrailingSpaces": true,
"ignoreInAllWorkflowSteps": true,
"unmodifiedFuzzyTranslation": true,
"unmodifiedFuzzyTranslationTM": true,
"unmodifiedFuzzyTranslationMTNT": true,
"regexp": {
"rules": [
{
"id": "<string>",
"description": "<string>",
"sourceRegexp": "<string>",
"targetRegexp": "<string>",
"ignorable": true,
"instant": true
}
]
},
"extraNumbers": true,
"targetSourceIdentical": true,
"moravia": {
"enabled": true,
"profile": "<string>"
},
"fuzzyInconsistency": true,
"missingNonTranslatableAnnotation": true
}
Path Parameters
Body
application/json
Response
200
application/json
successful operation
The response is of type object
.
Was this page helpful?
Edit quality assurance settings
Copy
Ask AI
curl --request PUT \
--url https://cloud.memsource.com/web/api2/v1/projects/{projectUid}/qaSettings \
--header 'Content-Type: application/json' \
--data '{
"emptyTranslation": true,
"inconsistentTranslation": true,
"joinTags": true,
"missingNumbers": true,
"segmentNotConfirmed": true,
"terminology": true,
"multipleSpaces": true,
"trailingSpace": true,
"trailingPunctuation": true,
"targetLengthMax": 1,
"formatting": true,
"unresolvedComment": true,
"emptyPairTags": true,
"strictJobStatus": false,
"forbiddenStrings": [
"<string>"
],
"excludeLockedSegments": true,
"ignoreNotApprovedTerms": true,
"spellCheck": true,
"repeatedWords": true,
"inconsistentTagContent": true,
"emptyTagContent": true,
"xliffTags": true,
"forbiddenTerms": true,
"targetLengthPercent": 1,
"targetLengthPerSegment": true,
"newerAtPrecedingWorkflowStep": true,
"leadingAndTrailingSpaces": true,
"moraviaQA": {
"enabled": true,
"profile": "<string>"
},
"regexp": {
"rules": [
{
"id": "<string>",
"description": "<string>",
"sourceRegexp": "<string>",
"targetRegexp": "<string>",
"ignorable": true,
"instant": true
}
]
}
}'
Copy
Ask AI
{
"emptyTranslation": true,
"inconsistentTranslation": true,
"joinTags": true,
"missingNumbers": true,
"segmentNotConfirmed": true,
"terminology": true,
"multipleSpaces": true,
"trailingSpace": true,
"trailingPunctuation": true,
"targetLength": {
"enabled": true,
"max": 123
},
"formatting": true,
"unresolvedComment": true,
"emptyPairTags": true,
"strictJobStatus": true,
"forbiddenStrings": {
"enabled": true,
"list": [
"<string>"
]
},
"excludeLockedSegments": true,
"ignoreNotApprovedTerms": true,
"spellCheck": true,
"repeatedWords": true,
"inconsistentTagContent": true,
"emptyTagContent": true,
"xliffTags": true,
"nestedTags": true,
"forbiddenTerms": true,
"targetLengthPercent": {
"enabled": true,
"max": 123
},
"targetLengthPerSegment": true,
"newerAtPrecedingWorkflowStep": true,
"leadingAndTrailingSpaces": true,
"ignoreInAllWorkflowSteps": true,
"unmodifiedFuzzyTranslation": true,
"unmodifiedFuzzyTranslationTM": true,
"unmodifiedFuzzyTranslationMTNT": true,
"regexp": {
"rules": [
{
"id": "<string>",
"description": "<string>",
"sourceRegexp": "<string>",
"targetRegexp": "<string>",
"ignorable": true,
"instant": true
}
]
},
"extraNumbers": true,
"targetSourceIdentical": true,
"moravia": {
"enabled": true,
"profile": "<string>"
},
"fuzzyInconsistency": true,
"missingNonTranslatableAnnotation": true
}
Assistant
Responses are generated using AI and may contain mistakes.