Create a new rule
POST/v1/rules
Creates a new business rule. The jdm field is validated as a valid JDM (JSON Decision Model) structure. If the JDM is invalid, a 400 Bad Request is returned.
Request
Responses
- 201
- 400
- 401
- 500
Rule created successfully
Schema validation failed (GEN000000) or invalid JDM structure (BRE000001)
Missing or invalid bearer token (GEN022000)
Internal server error (GEN100000)