Sync ToDos
sync_todosBatch create or update ToDos (Schedule Legacy records) for a project. Specify project ID and updates array to synchronize multiple items at once.
Instructions
This endpoint creates or updates a batch of ToDos. This endpoint has been deprecated. Instead, use [/rest/v1/calendar-items). 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: project_id, updates. Procore API: Project Management > Schedule (Legacy). Endpoint: PATCH /rest/v1.0/todos/sync
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Query string parameter — unique identifier for the project. | |
| updates | Yes | JSON request body field — the updates for this Schedule (Legacy) operation |