Advanced Rules
Update an advanced rule
Only properties present in the request will be updated
patch/waap/v1/domains/{domain_id}/advanced-rules/{rule_id}
Path parameters
domain_idinteger required
The domain ID
The domain ID
rule_idinteger required
The advanced rule ID
The advanced rule ID
Request body
Example request
{
"name": "Block foobar bot",
"action": {
"block": {
"action_duration": "12h"
}
}
}Response
Successful Response