updateput https://api-examples.tamr.cloud/api/v1alpha1/relationships/{relationshipId}Updates the data of a relationship to the given data.Path ParamsrelationshipIdstringrequiredThe identifier of the relationship to update.Body ParamsfromTableIdstringrequiredThe table of the originating record.fromRecordIdstringrequiredThe identifier of the originating record.toTableIdstringrequiredThe table of the terminating record.toRecordIdstringrequiredThe identifier of the terminating record.relationshipTypeIdstringrequiredThe identifier of the type of the relationship.detailsobjectAdditional details about the relationship.details objectexpectedVersionobjectThe expected version of the relationship. If specified, operation is performed only if the current version of the relationship matches this.expectedVersion objectfromRecordVersionobjectThe expected version of the from record of the relationship If specified, operation is performed only if the current version of the record matches this.fromRecordVersion objecttoRecordVersionobjectThe expected version of the to record of the relationship If specified, operation is performed only if the current version of the record matches this.toRecordVersion objectResponse 200A successful response.Updated 23 days ago