POST
/
api2
/
v4
/
projects
/
{projectUid}
/
jobs
/
qualityAssurances
/
segments
/
{segmentId}
/
runWithUpdate
Run quality assurance on selected segments and save segments
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
}

Path Parameters

projectUid
string
required
segmentId
string
required

Body

Response

200
application/json

successful operation

The response is of type object.