Update SpeckleMetaData
curl --request PUT \
--url https://api.realtimelca.com/rest/api/BuildingProject/{buildingProjectId}/UpdateSpeckleMetaData/{speckleProjectId} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{}'Project
Update SpeckleMetaData
Updates the Speckle metadata associated with a specific building project. This endpoint links or refreshes the Speckle project metadata for the given building project, enabling synchronization between the LCA platform and Speckle.
PUT
/
BuildingProject
/
{buildingProjectId}
/
UpdateSpeckleMetaData
/
{speckleProjectId}
Update SpeckleMetaData
curl --request PUT \
--url https://api.realtimelca.com/rest/api/BuildingProject/{buildingProjectId}/UpdateSpeckleMetaData/{speckleProjectId} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{}'Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
The body is of type object.
Response
default
Response schema not yet documented in the upstream Postman spec.
⌘I

