Update BIM File
update_bim_fileUpdate an existing BIM file record by modifying only the supplied fields. Returns the updated object upon success.
Instructions
Update BIM File. Use this to update an existing BIM records (only the supplied fields are changed). Updates the specified BIM records and returns the modified object on success. 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 | |
| project_id | Yes | JSON request body field — unique identifier for the project. | |
| bim_file | Yes | JSON request body field — bIM File Item object |