Update BIM Model Revision
update_bim_model_revisionModify an existing BIM Model Revision by changing only the fields you need; returns the updated 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. 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 revision 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_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 |