Rule Sets
Rule Set Create
Create a new RuleSet
with associated Rule
s.
POST
/
v1
/
rule-set
/
create
Headers
TENANT
string
requiredThe tenant you are making this request on behalf of
API-KEY
string
requiredYour api key
Body
application/json
description
string | null
Optional description of the rule set to be created.
name
string
requiredName of the rule set to be created.
rules
object[]
List of rules to be created.
Response
200 - application/json
description
string | null
Optional description of the rule set.
id
string
requiredUnique identifier for the rule set.
name
string
requiredName of the rule set.
rules
object[]
List of rules contained in this rule set.