Update Task
update_taskUpdate an existing Schedule (Legacy) task in Procore by providing the task ID, project ID, and the fields to change. Returns the modified task.
Instructions
Update the specified Task. Use this to update an existing Schedule (Legacy) records (only the supplied fields are changed). Updates the specified Schedule (Legacy) records and returns the modified object on success. Required parameters: id, project_id, task. Procore API: Project Management > Schedule (Legacy). Endpoint: PATCH /rest/v1.0/tasks/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | URL path parameter — unique identifier of the Schedule (Legacy) resource | |
| project_id | Yes | JSON request body field — iD of the project this task belongs to. | |
| task | Yes | JSON request body field — task object. |