Create a validation rule
POST/api/v1/validation-rules
Defines a constraint on an attribute — a pattern, a range, a length, membership of a reference list, or a condition across two attributes. Severity decides the consequence: an error blocks the save, a warning records the violation and lets it through. A rule whose configuration the engine cannot execute is rejected when you create it rather than silently doing nothing. Requires dq.validation-rule.create.
Request
Responses
- 201