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.
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
}
successful operation
The response is of type object
.
Was this page helpful?