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

Path Parameters

projectUid
string
required

Body

application/json

Response

200
*/*

successful operation

The response is of type object.