v51

latestOpenAPI 3.0.3Apache 2.0raw.githubusercontent.com2026-08-01131107332.8 KB
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

configstring required
ruleType'VALIDITY' | 'COMPATIBILITY' | 'INTEGRITY'

Example request

{
  "ruleType": "VALIDITY",
  "config": "FULL"
}

Response

The global rule's configuration was successfully updated.

configstring required
ruleType'VALIDITY' | 'COMPATIBILITY' | 'INTEGRITY'

Example response

{
  "ruleType": "VALIDITY",
  "config": "FULL"
}