put https://rulesservice-dev.aylanetworks.com/rulesservice/v1/rules/.json
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
}
}