Update a Livehunt ruleset

{
  "data": {
    "type": "hunting_ruleset",
    "id": "{id}",
    "attributes": {
      "enabled": true,
      "limit": 10,
      "name": "bar",
      "notification_emails": ["[email protected]"],
      "rules": "rule foo {condition: false}"
    }
  }
}

Returns the updated Hunting Ruleset object.

Language
Click Try It! to start a request and see the response here!