Sync ToDos (Deprecated)
sync_todosUpdate multiple ToDos in a Procore project by sending a batch of field changes to the schedule endpoint.
Instructions
This endpoint creates or updates a batch of ToDos. 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. 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: project_id, updates. Procore API: Project Management > Schedule (Legacy). Endpoint: PATCH /rest/v1.0/todos/sync
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| updates | Yes | JSON request body field — the updates for this Schedule (Legacy) operation | |
| project_id | Yes | Query string parameter — unique identifier for the project. |