Global rules
Admin
Update global rule configuration
Updates the configuration for a globally configured rule.
This operation can fail for the following reasons:
- Invalid rule name/type (HTTP error 400)
- No rule with name/type rule exists (HTTP error 404)
- A server error occurred (HTTP error 500)
put/admin/rules/{ruleType}
Request body
Example request
{
"ruleType": "VALIDITY",
"config": "FULL"
}Response
The global rule's configuration was successfully updated.
Example response
{
"ruleType": "VALIDITY",
"config": "FULL"
}