The Open API specification for Synapse is now available for download!

Download Open API Spec

OnMatchFailure

org.sagebionetworks.repo.model.grid.update.OnMatchFailure

Action if 'pattern' is provided but does not match. SET_NULL sets the value to NULL. SET_UNDEFINED removes the key from the JSON object. SKIP_UPDATE leaves the existing value unchanged.

Enumeration
name description
SET_NULL Set the target column value to NULL when the pattern does not match the intermediate string.
SET_UNDEFINED Remove the target column key from the JSON object when the pattern does not match the intermediate string.
SKIP_UPDATE Do not update the target column when the pattern does not match the intermediate string.