Update BIM Model Revision
update_bim_model_revisionUpdate specific fields of a BIM model revision in Procore by supplying the revision ID, project ID, and new data. Returns the modified revision.
Instructions
Update a BIM Model Revision. The attributes published_model_upload_uuid and object_definition_upload_uuid should only be provided if the model is not associated to any upload. If a model is already associated to an upload, providing these attributes will cause error response. For 3d files converted to Procore's format using BIM File Extractions API, the geometry_file_id can be retrieved via [BIM File Extraction API](https://developers.procore.com/reference/rest/v1/bim-file-extractions... 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_model_revision. Procore API: Preconstruction > BIM. Endpoint: PATCH /rest/v1.0/bim_model_revisions/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | URL path parameter — bIM Model Revision ID | |
| project_id | Yes | JSON request body field — unique identifier for the project. | |
| bim_model_revision | Yes | JSON request body field — the bim model revision for this BIM operation |