apply itempost https://api-examples.tamr.cloud/api/v1alpha2/projects/{projectId}/queues/{queueId}/items/{itemId}:applyApply an action to resolve a queue item (e.g., merge records, apply edit).Path ParamsprojectIdstringrequiredRequired. The project the item belongs to.queueIdstringrequiredRequired. The queue the item belongs to.itemIdstringrequiredRequired. The item to perform the action on.Body ParamsdryRunbooleanOptional. If true, compute the result but do not commit the changes.truefalseforcebooleanOptional. If true, bypasses record version checks. For edit items the edit is applied regardless of current record version. For merge items the current record versions are re-fetched at apply time so the merge proceeds against the latest state.truefalseResponse 200A successful response.Updated 2 months ago