Update BIM File
update_bim_fileUpdate an existing BIM file in Procore by providing the record ID and the fields to change; unmentioned fields stay unchanged. Returns the updated BIM file.
Instructions
Updates an existing BIM file in Procore. 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 BIM file 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, bim_file. Procore API: Preconstruction > BIM. Endpoint: PATCH /rest/v1.0/bim_files/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | URL path parameter — unique identifier of the BIM resource | |
| bim_file | Yes | JSON request body field — bIM File Item object | |
| project_id | Yes | JSON request body field — unique identifier for the project. |