Update BIM Model
update_bim_modelUpdate a BIM model by sending only changed fields. First resolve the existing model ID with list tools, then provide id, project_id, and the updated data to get the modified model.
Instructions
Update a BIM Model item. 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 model 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_model. Procore API: Preconstruction > BIM. Endpoint: PATCH /rest/v1.0/bim_models/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | URL path parameter — unique identifier of the BIM resource | |
| bim_model | Yes | JSON request body field — the bim model for this BIM operation | |
| project_id | Yes | JSON request body field — unique identifier for the project. |