Update a Livehunt ruleset

{ "data": { "type": "hunting_ruleset", "id": "{id}", "attributes": { "enabled": true, "limit": 10, "name": "bar", "notification_emails": ["notifications@acme.com"], "rules": "rule foo {condition: false}" } } }

Returns the updated Hunting Ruleset object.

Path Params
string
required

Ruleset identifier

Body Params
json
required

A Hunting Ruleset object

Headers
string
required

Your API key

Responses

Language
Click Try It! to start a request and see the response here! Or choose an example:
application/json