---
title: "Modify schedule items for translation job"
method: POST
path: "/jobs-api/v3/projects/{projectId}/jobs/{translationJobUid}/schedule"
tags: ["Jobs"]
---

# Modify schedule items for translation job

`POST /jobs-api/v3/projects/{projectId}/jobs/{translationJobUid}/schedule`

This modifies translation job schedule for provided items

## Path parameters

- `projectId` string, required
- `translationJobUid` string, required

## Request body

- JobScheduleEditCommand — The payload to use modifying translation job schedule.
  - `schedules` JobScheduleEditItemCommand[] — Array of translation job schedule edit items.
    - `workflowStepUid` string, uuid, required — workflow step universal identifier.
    - `dueDate` string, date-time, required — due date in milliseconds format.
    - `targetLocaleId` string, required — The locale identidier.

## Response `200`

OK

- JobSchedule
  - `data` object
    - `scheduleUid` string, uuid — schedule universal identifier.
    - `workflowStepUid` string, uuid — workflow step universal identifier.
    - `dueDate` string, date-time — due date in milliseconds format.
    - `targetLocaleId` string — The locale identidier.

## Other responses

- `400` — Provided request parameters are invalid.
- `401` — Provided credentials are not valid.
- `429` — Too many simultaneous API requests.
- `500` — Unexpected error

---

[API](https://skmtc.net/smartling/apis/smartling-rest-api-reference.md) · [All operations](https://skmtc.net/smartling/apis/smartling-rest-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/smartling/smartling-rest-api-reference/revisions/2a73d11e9b98/schema)
