English
cURL
curl --request POST \ --url https://cloud.memsource.com/web/api2/v1/projects/{projectUid}/runAutoLqa \ --header 'Content-Type: application/json' \ --data ' { "jobParts": [ { "uid": "<string>" } ], "projectWorkflowStep": { "id": "<string>" } } '
Runs Auto LQA either for job parts listed in jobParts or for all job parts in the given projectWorkflowStep. Both fields are mutually exclusive. If the project has no steps, then all job parts in the project accessible to the user are used.
jobParts
projectWorkflowStep
1 - 100
Show child attributes
Accepted
Was this page helpful?