Skip to main content
PUT
/
api2
/
v1
/
jobs
/
{jobUid}
/
conversations
/
lqas
/
{conversationId}
/
comments
/
{commentId}
Edit LQA comment
curl --request PUT \
  --url https://cloud.memsource.com/web/api2/v1/jobs/{jobUid}/conversations/lqas/{conversationId}/comments/{commentId} \
  --header 'Content-Type: application/json' \
  --data '{
  "text": "<string>"
}'
{
  "id": "<string>",
  "type": "<string>",
  "dateCreated": "2023-11-07T05:31:56Z",
  "dateModified": "2023-11-07T05:31:56Z",
  "dateEdited": "2023-11-07T05:31:56Z",
  "createdBy": {
    "firstName": "<string>",
    "lastName": "<string>",
    "userName": "<string>",
    "email": "<string>",
    "role": "SYS_ADMIN",
    "id": "<string>",
    "uid": "<string>",
    "unavailable": true,
    "jobRoles": [
      {
        "type": "<any>",
        "workflowStep": "<any>",
        "organizationType": "<any>"
      }
    ]
  },
  "comments": [
    {
      "id": "<string>",
      "text": "<string>",
      "createdBy": {
        "firstName": "<string>",
        "lastName": "<string>",
        "userName": "<string>",
        "email": "<string>",
        "role": "SYS_ADMIN",
        "id": "<string>",
        "uid": "<string>",
        "unavailable": true,
        "jobRoles": [
          {
            "type": "<any>",
            "workflowStep": "<any>",
            "organizationType": "<any>"
          }
        ]
      },
      "dateCreated": "2023-11-07T05:31:56Z",
      "dateModified": "2023-11-07T05:31:56Z",
      "mentions": [
        {
          "mentionType": "USER",
          "mentionGroupType": "JOB",
          "uidReference": {
            "uid": "<string>"
          },
          "userReferences": [
            {
              "firstName": "<string>",
              "lastName": "<string>",
              "userName": "<string>",
              "email": "<string>",
              "role": "SYS_ADMIN",
              "id": "<string>",
              "uid": "<string>",
              "unavailable": true,
              "jobRoles": [
                {
                  "type": "<any>",
                  "workflowStep": "<any>",
                  "organizationType": "<any>"
                }
              ]
            }
          ],
          "mentionableGroup": {
            "groupType": "JOB",
            "groupName": "<string>",
            "groupReference": {
              "uid": "<string>"
            }
          },
          "tag": "<string>"
        }
      ]
    }
  ],
  "status": {
    "name": "resolved",
    "by": {
      "firstName": "<string>",
      "lastName": "<string>",
      "userName": "<string>",
      "email": "<string>",
      "role": "SYS_ADMIN",
      "id": "<string>",
      "uid": "<string>",
      "unavailable": true,
      "jobRoles": [
        {
          "type": "<any>",
          "workflowStep": "<any>",
          "organizationType": "<any>"
        }
      ]
    },
    "date": "2023-11-07T05:31:56Z"
  },
  "deleted": true,
  "references": {
    "taskId": "<string>",
    "jobPartUid": "<string>",
    "transGroupId": 1,
    "segmentId": "<string>",
    "conversationTitle": "<string>",
    "conversationTitleOffset": 1,
    "commentedText": "<string>",
    "correlation": {
      "uid": "<string>",
      "role": "PARENT"
    },
    "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": "<any>",
              "workflowStep": "<any>",
              "organizationType": "<any>"
            }
          ]
        },
        "repeated": "REPEATED",
        "origin": "HUMAN"
      }
    ]
  },
  "lqaDescription": "<string>"
}

Path Parameters

jobUid
string
required
conversationId
string
required
commentId
string
required

Body

application/json
text
string
required

Response

successful operation

id
string
type
string

LQA

dateCreated
string<date-time>
dateModified
string<date-time>
dateEdited
string<date-time>
createdBy
object
comments
object[]
status
object
deleted
boolean
references
object
lqaDescription
string
I