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

# Edit Contacts

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

This endpoint helps you to <b>partially</b> update existing contacts from a list identified by its unique ID. Edits only the fields sent in the request all contacts, the other fields  remains the same. If field is not present for a contact, then it's added as new. Extra filters can be added using list's columns (e.g. email[like]=tester@example.com, age[gt]=30).

## Path parameters

- `listId` integer, required

## Request body

- string

## Response `200`

Successfully edited the contacts information

- BaseResponse
  - `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

## 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)
