Zum Hauptinhalt springen

Update blacklist for a given project ID

PUT /v2/projects/{projectId}/mailsettings/blacklist/
v2
PUT
mail-projectsetting-update-blacklist-deprecated

Request

  • projectIdstring
    required

    ID of the project you want to update blacklist for

Responses

Kein Request-Inhalt spezifiziert.

Usage examples

$ curl \
--fail \
--location \
-X PUT \
-d '{"blacklist":["email@mittwald.example"]}' \
-H "Authorization: Bearer $MITTWALD_API_TOKEN" \
-H 'Content-Type: application/json' \
https://api.mittwald.de/v2/projects/string/mailsettings/blacklist