PUT
/
api2
/
v1
/
lqa
/
assessments
/
{jobUid}
/
scorings
Finish LQA Assessment
curl --request PUT \
  --url https://cloud.memsource.com/web/api2/v1/lqa/assessments/{jobUid}/scorings \
  --header 'Content-Type: application/json' \
  --data '{
  "overallFeedback": "<string>"
}'
{
  "jobPartUid": "<string>",
  "score": 123,
  "status": "PASS",
  "overallFeedback": "<string>",
  "issueCounts": {
    "neutral": 123,
    "neutralRepeated": 123,
    "minor": 123,
    "minorRepeated": 123,
    "major": 123,
    "majorRepeated": 123,
    "critical": 123,
    "criticalRepeated": 123
  }
}

Path Parameters

jobUid
string
required

Body

application/json

Data for finishing LQA Assessment

Response

200
application/json

successful operation

The response is of type object.