POST
/
api2
/
v1
/
projects
/
{projectUid}
/
jobs
/
{jobUid}
/
qualityAssurances
/
ignoredWarnings
Add ignored warnings
curl --request POST \
  --url https://cloud.memsource.com/web/api2/v1/projects/{projectUid}/jobs/{jobUid}/qualityAssurances/ignoredWarnings \
  --header 'Content-Type: application/json' \
  --data '{
  "segments": [
    {
      "uid": "<string>",
      "warnings": [
        {
          "id": "<string>"
        }
      ]
    }
  ]
}'
{
  "segments": [
    {
      "uid": "<string>",
      "warnings": [
        {
          "id": "<string>"
        }
      ]
    }
  ]
}

Path Parameters

projectUid
string
required
jobUid
string
required

Body

application/json

Response

200
application/json

successful operation

The response is of type object.