v50

latestOpenAPI 3.1.0raw.githubusercontent.com2026-07-031984301.2 MB
Project

Reschedule Project Tasks

Reschedules the tasks of a specific project.

patch/projects/{projectId}/tasks/reschedule

Headers

Authorizationstring required

The bearer access token provided by Auth0.

X-LC-Tenantstring required

The identifier of the account where the request is executed.

Request body

dueBystring 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"

taskIdsstring[]

Identifiers of the tasks to be rescheduled.

Example request

{
  "dueBy": "2022-01-12T12:00:00Z"
}

Response

OK