Update Task
update_taskUpdate a specified task in Procore by providing its ID and the fields to change. Omitted fields remain unchanged.
Instructions
Update the specified Task. Send only the fields you intend to change; omitted fields keep their current values. id must identify an existing parent record — resolve it with the matching list tool first. Returns the modified task on success. Failures come back as an error payload carrying the HTTP status — commonly 401 when the token has expired, 403 without tool permission, and 404 when an id does not resolve. 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 | |
| task | Yes | JSON request body field — task object. | |
| project_id | Yes | JSON request body field — iD of the project this task belongs to. |