updateMatchingWorkflow
abstract suspend fun updateMatchingWorkflow(input: UpdateMatchingWorkflowRequest): 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.