---
title: "Reschedule Project Tasks"
method: PATCH
path: "/projects/{projectId}/tasks/reschedule"
tags: ["Project"]
---

# Reschedule Project Tasks

`PATCH /projects/{projectId}/tasks/reschedule`

Reschedules the tasks of a specific project.

## Headers

- `Authorization` string, required
- `X-LC-Tenant` string, required

## Request body

- RescheduleTasksRequest — Reschedule tasks.
  - `dueBy` string, date-time — The task due date. <br> UTC Timezone <br> Allowed formats: <br> "YYYY-MM-DDThh:mmZ" <br> "YYYY-MM-DDThh:mm:ssZ" <br> "YYYY-MM-DDThh:mm:ss.sZ" <br> "YYYY-MM-DDThh:mm:ss.ssZ" <br> "YYYY-MM-DDThh:mm:ss.sssZ"
  - `taskIds` string[] — Identifiers of the tasks to be rescheduled.

## Response `200`

OK

## Other responses

- `400` — Error codes: * “invalid”: Invalid input mentioned in the “name” field on the error response.
- `401` — The user could not be identified.

---

[API](https://skmtc.net/rws/apis/trados-cloud-platform-api.md) · [All operations](https://skmtc.net/rws/apis/trados-cloud-platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/rws/trados-cloud-platform-api/versions/d42dac7c28a3/schema)
