Update Resource
update_resource_projectUpdate an existing Schedule (Legacy) resource in a Procore project. Only supplied fields are changed using project ID, resource ID, and resource object.
Instructions
Update the specified Resource. 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, id, project_id, resource. Procore API (v1.1): Project Management > Schedule (Legacy). Endpoint: PATCH /rest/v1.1/projects/{project_id}/schedule/resources/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | JSON request body field — the ID of the Project the Resource belongs to | |
| id | Yes | URL path parameter — unique identifier of the Schedule (Legacy) resource | |
| resource | Yes | JSON request body field — resource object |