---
title: "Mass edit CRM entity items"
method: PATCH
path: "/crm/v1/entities/{entity}/mass_edit"
tags: ["items"]
---

# Mass edit CRM entity items

`PATCH /crm/v1/entities/{entity}/mass_edit`

Updates multiple CRM entity items at once. Provide an array of entity IDs and the fields to update.
Example: `PATCH /crm/v1/entities/leads/mass_edit`

## Request body

- object
  - `entity_ids` integer[] — IDs of entities to update
  - `data` object — Fields to update on all selected entities

## Response `200`

OK

## Other responses

- `401` — Access token is missing or invalid
- `422` — Validation error response

---

[API](https://skmtc.net/uspacy/apis/crm-service-2.md) · [All operations](https://skmtc.net/uspacy/apis/crm-service-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/uspacy/crm-service-2/revisions/f80578d43845/schema)
