---
title: "Editing lists"
method: PATCH
path: "/api/v4/catalogs"
---

# Editing lists

`PATCH /api/v4/catalogs`

This method allows editing multiple lists. An array of list objects is passed.

## Headers

- `Content-Type` string

## Request body

- object
  - `RAW_BODY` object[]
    - `id` integer — List ID
    - `name` string — List name
    - `can_link_multiple` boolean — Defines whether one element of the current list can be linked to several leads.
    - `request_id` string — The field that will be returned unchanged in the response and will not be saved.

## Response `200`

200

## Other responses

- `400` — 400
- `401` — 401

---

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