Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
If override_expression_validation is true, the request will save the rules even if the expressions are invalid. This can be useful for multi-asset rules where an invalid expression for one asset should not prevent the rule from being saved.
If validate_only is true, the request will only validate the request and not save the rules.
Response
A successful response.
The total number of rules created in the request. If validate_only is true, this will indicate how many rules would have been created.
The total number of rules updated in the request. If validate_only is true, this will indicate how many rules would have been updated.
This will be true if the request only validated the request and did not save the rules.
The created rule id, name, version, and client key.