-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Is your feature request related to a problem? Please describe.
Currently, we don't have any way for an NGO to add / manage or update banned word lists.
Describe the solution you'd like
We will build these Ban List Management API changes. We will build the following APIs -
- POST /guardrails/ban-lists - Create a ban list
- GET /guardrails/ban-lists - List ban lists (with filters org/proj and domain
- GET /guardrails/ban-lists/{id} - Get the single ban list
- PATCH /guardrails/ban-lists/{id} - Update ban list
- DELETE guardrails/ban-lists/{id} - Delete ban list
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request
Type
Projects
Status
In Progress