Create Configuration Rule
POST/config/options/rules
Add a new rule to the rules array. Server generates a UUID for rule_id. Returns 409 if a rule with identical conditions already exists.
Request
Responses
- 201
- 400
- 404
- 409
- 500
- 503
Successful Response
Request body validation failure, config validation failure, or config size exceeded
Configuration not found for environment
Rule with identical conditions already exists
Storage error or internal server error
Service unavailable (storage temporarily unavailable)