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
Example request
{
"dueBy": "2022-01-12T12:00:00Z"
}Response
OK