updateput https://api-examples.tamr.cloud/api/v1alpha1/tables/{tableId}/records/{recordId}Updates the data of a record to the given data.Path ParamstableIdstringrequiredThe table that the record belongs to.recordIdstringrequiredThe identifier for the record.Body ParamsRepresents a record that has been published for data access.dataobjectrequiredThe new data of the record.data objectexternalIdsarray of stringsIDs to link to the updated record. Maximum 5 links.externalIdsADD stringexpectedVersionobjectThe expected version of the record. If specified, operation is performed only if the current of the record matches this.expectedVersion objectResponse 200A successful response.Updated 23 days ago