Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 3.09 KB

ValidationRulesCreateRequestBody.md

File metadata and controls

18 lines (12 loc) · 3.09 KB

ValidationRulesCreateRequestBody

Request body schema for POST v1/validation-rules.

Properties

Name Type Description Notes
name str Custom, unique name for set of validation rules. [optional]
rules object Contains all the rule definitions for the validation rule. It is a set of key value pairs representing the rules and logic between the rules. The keys are numbered consecutively beginning from `1`. The values are objects containing the rule conditions. [optional]
error ValidationRulesCreateRequestBodyError [optional]
applicable_to ValidationRulesCreateRequestBodyApplicableTo [optional]
type str Type of validation rule. [optional] [default to 'expression']
context_type str Validation rule context type. Context Type

[Back to Model list] [Back to API list] [Back to README]