Skip to content

Add Ban List Management API changes #32

@rkritika1508

Description

@rkritika1508

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 -

  1. POST /guardrails/ban-lists - Create a ban list
  2. GET /guardrails/ban-lists - List ban lists (with filters org/proj and domain
  3. GET /guardrails/ban-lists/{id} - Get the single ban list
  4. PATCH /guardrails/ban-lists/{id} - Update ban list
  5. DELETE guardrails/ban-lists/{id} - Delete ban list

Metadata

Metadata

Assignees

Type

No type

Projects

Status

In Progress

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions