rule_groups

Store a new rule group.

Creates a new rule group. The data required can be submitted as a JSON body or as a list of parameters.

post/v1/rule-groups

Headers

X-Trace-Idstring uuid
Example:40c71bbb-c676-4f24-83cf-cc725d7d7a00

Unique identifier associated with this request.

Request body

titlestring string required
descriptionstring string nullable
orderinteger
activeboolean

Example request

{
  "title": "Default rule group",
  "description": "Description of this rule group",
  "order": 4,
  "active": true
}

Response

New rule group stored, result in response.

Changes