---
title: "Edit Contact"
method: PATCH
path: "/v3/lists/{listId}/subscribers/{subscriberId}"
tags: ["Subscribers"]
---

# Edit Contact

`PATCH /v3/lists/{listId}/subscribers/{subscriberId}`

This endpoint helps you to <b>partially</b> update an existing contact from a list identified by its unique ID. Edits only the fields sent in the request for a contact, the other fields remains the same.

## Path parameters

- `listId` integer, required
- `subscriberId` string, required

## Request body

- string

## Response `200`

Successfully edited the contact information

- SubscriberResponse
  - `meta` MetadataDTO
    - `timestamp` integer, required — Transaction's date in timestamp
    - `transactionId` string, required — Id for the current transaction (Endpoint's call)
    - `explain` string — Explain string in case of failure
  - `data` SubscriberDTO — Contact Information.
    - `id` string, required — Unique identifier of the blocklisted contact.
    - `to` string, required — <p>Contact data you want to add to the blocklist according to the sending entity and delivery channel.</p> <p>To add a contact to the blocklist via SMS, WhatsApp or RCS, you need to provide the phone number of the contact.</p><p>To add a contact to the blocklist via Email, you need to provide the email address of the contact.</p>
    - `reason` string, required — The reason why the contact is added to the blocklist.
    - `date` string, date-time — Date when the contact was added to the blocklist.

## Other responses

- `404` — Resource not found
- `409` — Duplicated data
- `500` — Internal server error

---

[API](https://skmtc.net/messangi/apis/raven.md) · [All operations](https://skmtc.net/messangi/apis/raven/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/messangi/raven/versions/c87f398fa338/schema)
