updateIdMappingWorkflow
inline suspend fun EntityResolutionClient.updateIdMappingWorkflow(crossinline block: UpdateIdMappingWorkflowRequest.Builder.() -> Unit): UpdateIdMappingWorkflowResponse
Updates an existing IdMappingWorkflow
. This method is identical to CreateIdMappingWorkflow
, except it uses an HTTP PUT
request instead of a POST
request, and the IdMappingWorkflow
must already exist for the method to succeed.