Path Parameters
Body
application/json
Response
successful operation
curl --request PUT \
--url https://cloud.memsource.com/web/api2/v1/projects/{projectUid}/jobs/batch \
--header 'Content-Type: application/json' \
--data '{
"jobs": [
{
"uid": "<string>"
}
],
"status": "NEW",
"dateDue": "2023-11-07T05:31:56Z",
"providers": [
{
"type": "<string>",
"id": "<string>"
}
]
}'
{
"jobs": [
{
"uid": "<string>",
"status": "NEW",
"providers": [
{
"type": "<string>",
"id": "<string>",
"uid": "<string>"
}
],
"targetLang": "<string>",
"workflowLevel": 123,
"workflowStep": {
"name": "<string>",
"id": "<string>",
"uid": "<string>",
"order": 123,
"lqaEnabled": true
},
"filename": "<string>",
"dateDue": "2023-11-07T05:31:56Z",
"dateCreated": "2023-11-07T05:31:56Z",
"updateSourceDate": "2023-11-07T05:31:56Z",
"imported": true,
"jobAssignedEmailTemplate": {},
"notificationIntervalInMinutes": 123,
"continuous": true,
"sourceFileUid": "<string>"
}
]
}
Returns only jobs which were updated by the batch operation.
curl --request PUT \
--url https://cloud.memsource.com/web/api2/v1/projects/{projectUid}/jobs/batch \
--header 'Content-Type: application/json' \
--data '{
"jobs": [
{
"uid": "<string>"
}
],
"status": "NEW",
"dateDue": "2023-11-07T05:31:56Z",
"providers": [
{
"type": "<string>",
"id": "<string>"
}
]
}'
{
"jobs": [
{
"uid": "<string>",
"status": "NEW",
"providers": [
{
"type": "<string>",
"id": "<string>",
"uid": "<string>"
}
],
"targetLang": "<string>",
"workflowLevel": 123,
"workflowStep": {
"name": "<string>",
"id": "<string>",
"uid": "<string>",
"order": 123,
"lqaEnabled": true
},
"filename": "<string>",
"dateDue": "2023-11-07T05:31:56Z",
"dateCreated": "2023-11-07T05:31:56Z",
"updateSourceDate": "2023-11-07T05:31:56Z",
"imported": true,
"jobAssignedEmailTemplate": {},
"notificationIntervalInMinutes": 123,
"continuous": true,
"sourceFileUid": "<string>"
}
]
}
successful operation
Show child attributes
Was this page helpful?