English
cURL
curl --request POST \ --url https://cloud.memsource.com/web/api2/v4/projects/{projectUid}/jobs/qualityAssurances/segments/{segmentId}/runWithUpdate \ --header 'Content-Type: application/octet-stream' \ --data '{}'
{ "segmentWarnings": [ { "segmentId": "<string>", "warnings": [ { "id": "<string>", "ignored": true, "type": "<string>", "repetitionGroupId": "<string>" } ], "ignoredChecks": [ "<string>" ] } ], "finished": true }
By default runs only fast running checks.
successful operation
Show child attributes
Was this page helpful?