v2

latestOpenAPI 3.0.02026-08-07103189636.5 KB
Jobs

Modify schedule items for translation job

This modifies translation job schedule for provided items

post/jobs-api/v3/projects/{projectId}/jobs/{translationJobUid}/schedule

Path parameters

projectIdstring required

A unique project identifier. This can be found in the Smartling Dashboard under Account Settings > API.

translationJobUidstring required

A unique identifier for a job.

Request body

Example request

{
  "schedules": [
    {
      "workflowStepUid": "568cd2bae16f",
      "dueDate": "2020-11-21T01:51:17Z",
      "targetLocaleId": "ru-RU"
    }
  ]
}

Response

OK

Example response

{
  "data": {
    "scheduleUid": "ngahq6dgh4ed",
    "workflowStepUid": "568cd2bae16f",
    "dueDate": "2020-11-21T01:51:17Z",
    "targetLocaleId": "de-DE"
  }
}