API Documentation
- Analysis
- Bilingual File
- Connector
- Conversations
- Job
- Project
- Project Reference File
- Project Template
- Provider
- Quality Assurance
- Quote
- Term Base
- Translation
- Translation Memory
- User
- Webhook
- Workflow changes
Quality Assurance
Add ignored warnings
POST
/
api2
/
v2
/
projects
/
{projectUid}
/
jobs
/
qualityAssurances
/
ignoredWarnings
Add ignored warnings
Copy
Ask AI
curl --request POST \
--url https://cloud.memsource.com/web/api2/v2/projects/{projectUid}/jobs/qualityAssurances/ignoredWarnings \
--header 'Content-Type: application/json' \
--data '{
"jobParts": [
{
"jobPartUid": "<string>",
"segments": [
{
"uid": "<string>",
"warnings": [
{
"id": "<string>"
}
]
}
]
}
]
}'
Copy
Ask AI
{
"jobParts": [
{
"jobPartUid": "<string>",
"segments": [
{
"uid": "<string>",
"warnings": [
{
"id": "<string>"
}
]
}
]
}
]
}
Path Parameters
Body
application/json
Response
200
*/*
successful operation
The response is of type object
.
Was this page helpful?
Add ignored warnings
Copy
Ask AI
curl --request POST \
--url https://cloud.memsource.com/web/api2/v2/projects/{projectUid}/jobs/qualityAssurances/ignoredWarnings \
--header 'Content-Type: application/json' \
--data '{
"jobParts": [
{
"jobPartUid": "<string>",
"segments": [
{
"uid": "<string>",
"warnings": [
{
"id": "<string>"
}
]
}
]
}
]
}'
Copy
Ask AI
{
"jobParts": [
{
"jobPartUid": "<string>",
"segments": [
{
"uid": "<string>",
"warnings": [
{
"id": "<string>"
}
]
}
]
}
]
}
Assistant
Responses are generated using AI and may contain mistakes.