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