Purpose: Create, edit, activate, and pause custom detection rules. These are bank-specific rules that run alongside the 7 mandatory CBN rules.Documentation Index
Fetch the complete documentation index at: https://ratel-docs.bevars.com/llms.txt
Use this file to discover all available pages before exploring further.
| Action | Endpoint | Who Can Do It |
|---|---|---|
| Create rule | POST /api/v1/rules | SUPER_ADMIN, BANK_ADMIN, COMPLIANCE_OFFICER |
| List rules | GET /api/v1/rules | All authenticated users |
| Get rule detail | GET /api/v1/rules/:id | All authenticated users |
| Update rule | PATCH /api/v1/rules/:id | SUPER_ADMIN, BANK_ADMIN, COMPLIANCE_OFFICER |
| Activate rule | PATCH /api/v1/rules/:id/activate | SUPER_ADMIN, BANK_ADMIN |
| Pause rule | PATCH /api/v1/rules/:id/pause | SUPER_ADMIN, BANK_ADMIN |
| Delete rule | DELETE /api/v1/rules/:id | SUPER_ADMIN, BANK_ADMIN |
Note: The 7 CBN mandatory rules cannot be edited, paused, or deleted. They appear in rule listings with ruleType: "CBN_BUILTIN".

