---
title: "update entry. 🔐"
method: PUT
path: "/v3/blacklist"
tags: ["blacklist"]
---

# update entry. 🔐

`PUT /v3/blacklist`

updates an entry of the blacklist by email<br/> <br/> <strong>Example Post Data:</strong><br/> <code> {<br/> &nbsp;&nbsp;&nbsp;&nbsp;"email": "ras@guhl.org",<br/> &nbsp;&nbsp;&nbsp;&nbsp;"comment": "really not to talk about"<br/> }<br/> </code>

## Request body

- UpdateblacklistModel
  - `email` string, required — email
  - `comment` string — Comment

## Response `200`

Success

- string

---

[API](https://skmtc.net/cleverreach/apis/cleverreach-rest-api.md) · [All operations](https://skmtc.net/cleverreach/apis/cleverreach-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cleverreach/cleverreach-rest-api/revisions/b05c9b904be4/schema)
