put https://{hostname}/papi/v1/includes//versions//rules
Limited availability. To write a rule tree to an include version, make a PUT request to the same resource as the GET request that reads it, passing in the rule object in the body of the request. See the Rule Trees section for details on the rule tree's structure. Use this operation also to freeze a set of rules to a rule format version to ensure no change in a deployed activation's behavior. Set the validateRules
query parameter to false
to bypass a set of validation tests that may significantly slow this operation's execution time. See Fast validation and activation for guidance on when to defer validation. See Errors for information on how validation data is embedded within the response object.
Recipes
Update an include's rule tree
Open Recipe