Update Todo
update_todoUpdates a ToDo item for a specified Project. Modifies existing Schedule (Legacy) records and returns the modified object.
Instructions
Update a ToDo item for a specified Project. 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: 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 | |
| project_id | Yes | JSON request body field — the ID of the Project the ToDo belongs to | |
| todo | Yes | JSON request body field — toDo object |