Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 3.81 KB

ValidationRulesUpdateResponseBody.md

File metadata and controls

23 lines (17 loc) · 3.81 KB

ValidationRulesUpdateResponseBody

Response body schema for PUT v1/validation-rules/{validationRuleId}.

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 ValidationRulesUpdateResponseBodyError [optional]
applicable_to ValidationRulesUpdateResponseBodyApplicableTo [optional]
type str Type of validation rule. [optional] [default to 'expression']
context_type str Validation rule context type. Context Type
id str Unique validation rule ID. [optional]
created_at datetime Timestamp representing the date and time when the validation rule was created. The value is shown in the ISO 8601 format. [optional]
updated_at datetime Timestamp representing the date and time when the validation rule was updated. The value is shown in the ISO 8601 format. [optional]
assignments_count int The number of instances the validation rule has been assigned to different types of redeemables. [optional]
object str The type of the object represented by JSON. This object stores information about the validation rule. [optional] [default to 'validation_rules']

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