rule_groups

Update existing rule group.

Update existing rule group.

put/v1/rule-groups/{id}

Path parameters

idstring required
Example:123

The ID of the rule group.

Headers

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

Unique identifier associated with this request.

Request body

titlestring string
descriptionstring string nullable
orderinteger
activeboolean

Example request

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

Response

Updated rule group stored, result in response

Changes