Selectively modify a rule tree using JSON patch syntax. As a component of the larger Bulk patch a set of properties, this operation patches an individual rule tree. See Bulk Search and Update for more information.
With the updateRules
query parameter defaulting to true
, you can continuously use the latest
rule format and keep working with your current rule tree without causing new validation errors as Akamai dynamically modifies catalog options. See Dynamic rule updates for more details.
To bypass a set of validation tests that may significantly slow this operation's execution time, set the validateRules
query parameter to false
or validateMode
to fast
. See Validation best practices for guidance on when to defer validation.
See Rule tree errors and warnings and Validation errors for information on how validation data is embedded within the response object.