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

# PATCH /api/v4/catalogs

`PATCH /api/v4/catalogs`

Update catalogs (batch).

## Request body

- CatalogUpdateItem[]
  - `id` integer, required
  - `name` string
  - `sort` integer
  - `can_add_elements` boolean
  - `can_link_multiple` boolean
  - `request_id` string

## Response `200`

The request has succeeded.

- union
  - CatalogUpdateResponse
    - `_links` object
    - `_embedded` object
      - `catalogs` CatalogUpdateResult[]
        - `id` integer
        - `name` string
        - `created_by` integer
        - `updated_by` integer
        - `created_at` integer
        - `updated_at` integer
        - `sort` integer
        - `type` union
          - 'regular' | 'invoices' | 'products'
          - string
        - `can_add_elements` boolean
        - `can_show_in_cards` boolean
        - `can_link_multiple` boolean
        - `can_be_deleted` boolean
        - `sdk_widget_code` union
          - string
          - integer
        - `account_id` integer
        - `_links` object
  - Problem
    - `title` string
    - `status` integer
    - `detail` string
    - `type` string

---

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