English
cURL
curl --request POST \ --url https://cloud.memsource.com/web/api2/v1/projects/{projectUid}/jobs/qualityAssurances/run \ --header 'Content-Type: application/json' \ --data '{ "jobs": [ { "uid": "<string>" } ], "settings": { "initialSegment": { "uid": "<string>" }, "warningTypes": [ "EmptyTranslation" ] } }'
{ "segmentWarnings": [ { "segmentId": "<string>", "warnings": [ { "id": "<string>", "ignored": true, "type": "EmptyTranslation" } ], "ignoredChecks": [ "EmptyTranslation" ] } ], "finished": true }
1 - 100
Show child attributes
successful operation
Was this page helpful?