PUT
/
api2
/
v1
/
jobs
/
{jobUid}
/
conversations
/
lqas
/
{conversationId}
Edit LQA conversation
curl --request PUT \
  --url https://cloud.memsource.com/web/api2/v1/jobs/{jobUid}/conversations/lqas/{conversationId} \
  --header 'Content-Type: application/json' \
  --data '{
  "lqa": [
    {
      "errorCategoryId": 2,
      "severityId": 2,
      "user": {
        "id": "<string>"
      },
      "originator": {
        "firstName": "<string>",
        "lastName": "<string>",
        "userName": "<string>",
        "email": "<string>",
        "role": "SYS_ADMIN",
        "id": "<string>",
        "uid": "<string>",
        "unavailable": true,
        "jobRoles": [
          {
            "type": "PROJECT_OWNER",
            "workflowStep": {
              "id": 123,
              "abbreviation": "<string>",
              "name": "<string>",
              "workflowLevel": 123,
              "workflowStep": {
                "name": "<string>",
                "uid": "<string>",
                "id": "<string>",
                "order": 123,
                "lqaEnabled": true
              }
            },
            "organizationType": "VENDOR"
          }
        ]
      },
      "repeated": "REPEATED",
      "origin": "HUMAN"
    }
  ],
  "status": "resolved",
  "correlation": {
    "uid": "<string>",
    "role": "PARENT"
  }
}'

Path Parameters

jobUid
string
required
conversationId
string
required

Body

application/json

Response

400

Bad request