API Documentation
- Analysis
- Bilingual File
- Connector
- Conversations
- Job
- Project
- POSTCreate projectdeprecated
- POSTCreate project from template (async)
- POSTCreate project from template
- PUTEdit project
- GETGet access and security settings
- PUTEdit access and security settings
- GETList analyses by projectdeprecated
- GETGet Pre-translate settingsdeprecated
- PUTUpdate Pre-translate settingsdeprecated
- POSTGet suggested providers
- PUTEdit quality assurance settings
- GETGet translation memoriesdeprecated
- PUTEdit translation memoriesdeprecated
- GETGet workflow steps
- POST
- Project Reference File
- Project Template
- Provider
- Quality Assurance
- Quote
- Term Base
- Translation
- Translation Memory
- User
- Webhook
- Workflow changes
Project
Edit quality assurance settings
PUT
/
api2
/
v2
/
projects
/
{projectUid}
/
qaSettings
Edit quality assurance settings
Copy
Ask AI
curl --request PUT \
--url https://cloud.memsource.com/web/api2/v2/projects/{projectUid}/qaSettings \
--header 'Content-Type: application/json' \
--data '{
"checks": "\n {\n \"ignorable\": false,\n \"enabled\": true,\n \"type\": \"VOID\",\n \"instant\": false,\n \"name\": \"emptyTarget\"\n },\n {\n \"ignorable\": false,\n \"enabled\": true,\n \"value\": 12,\n \"type\": \"NUMBER\",\n \"name\": \"targetLength\"\n },\n {\n \"ignorable\": false,\n \"enabled\": true,\n \"value\": \"ASAP, irony\",\n \"type\": \"STRING\",\n \"instant\": true,\n \"name\": \"forbiddenStrings\"\n },\n {\n \"enabled\": true,\n \"profile\": \"jiris\",\n \"ignorable\": true,\n \"type\": \"MORAVIA\",\n \"name\": \"moravia\"\n },\n {\n \"rules\": [\n {\n \"description\": \"Description\",\n \"sourceRegexp\": \".+\",\n \"targetRegexp\": \".+\",\n \"ignorable\": true\n },\n {\n \"description\": \"Description\",\n \"sourceRegexp\": \"i+\",\n \"targetRegexp\": \"e+\",\n \"ignorable\": false\n }\n ],\n \"type\": \"REGEX\",\n \"name\": \"regexp\"\n },\n {\n \"enabled\": true,\n \"ignorable\": true,\n \"type\": \"VOID\",\n \"name\": \"customQa\"\n }\n "
}'
Copy
Ask AI
{
"checks": [
{
"type": "VOID",
"name": "emptyTarget"
}
]
}
Path Parameters
Body
application/json
Response
200
*/*
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/v2/projects/{projectUid}/qaSettings \
--header 'Content-Type: application/json' \
--data '{
"checks": "\n {\n \"ignorable\": false,\n \"enabled\": true,\n \"type\": \"VOID\",\n \"instant\": false,\n \"name\": \"emptyTarget\"\n },\n {\n \"ignorable\": false,\n \"enabled\": true,\n \"value\": 12,\n \"type\": \"NUMBER\",\n \"name\": \"targetLength\"\n },\n {\n \"ignorable\": false,\n \"enabled\": true,\n \"value\": \"ASAP, irony\",\n \"type\": \"STRING\",\n \"instant\": true,\n \"name\": \"forbiddenStrings\"\n },\n {\n \"enabled\": true,\n \"profile\": \"jiris\",\n \"ignorable\": true,\n \"type\": \"MORAVIA\",\n \"name\": \"moravia\"\n },\n {\n \"rules\": [\n {\n \"description\": \"Description\",\n \"sourceRegexp\": \".+\",\n \"targetRegexp\": \".+\",\n \"ignorable\": true\n },\n {\n \"description\": \"Description\",\n \"sourceRegexp\": \"i+\",\n \"targetRegexp\": \"e+\",\n \"ignorable\": false\n }\n ],\n \"type\": \"REGEX\",\n \"name\": \"regexp\"\n },\n {\n \"enabled\": true,\n \"ignorable\": true,\n \"type\": \"VOID\",\n \"name\": \"customQa\"\n }\n "
}'
Copy
Ask AI
{
"checks": [
{
"type": "VOID",
"name": "emptyTarget"
}
]
}
Assistant
Responses are generated using AI and may contain mistakes.