Update rule

This API modifies one or more of the following rule fields: name, description, expression, is_enabled, and/or action_ids. Include only the fields you want to modify.

{
  "attributes": {
    "name": "Test1",
    "description": "descr-bar",
    "is_enabled": false
  }
}
Language
Authorization
Header
Click Try It! to start a request and see the response here!