Update Todo (Deprecated)
update_todoUpdate a ToDo item for a specific Procore project by its ID, changing only the fields you provide while retaining others.
Instructions
Update a ToDo item for a specified Project. This endpoint has been deprecated. Instead, use [/rest/v1/calendar-items). DEPRECATED: Procore has deprecated this endpoint (as of 2021-03-31). It may be removed without further notice; prefer a newer version of this resource where one exists, and use procore_search_endpoints to find it. 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 todo 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, todo. Procore API: Project Management > Schedule (Legacy). Endpoint: PATCH /rest/v1.0/todos/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | URL path parameter — unique identifier of the Schedule (Legacy) resource | |
| todo | Yes | JSON request body field — toDo object | |
| project_id | Yes | JSON request body field — the ID of the Project the ToDo belongs to |