put https://{hostname}/papi/v1/properties//versions//rules
To write a rule tree to a property 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.
Update a property's rule tree
Open Recipe