---
title: "Update"
method: POST
path: "/catalogs/update"
tags: ["Catalogs"]
---

# Update

`POST /catalogs/update`

Updates an existing catalog.

## Headers

- `X-Batch-Project` string, required

## Request body

- object
  - `name` string, required — Identifier of the catalog to update.
  - `fields` object[], required — List of fields to add or remove from the catalog.
    - `action` 'add' | 'remove', required — Action to perform on a catalog field during updates.
    - `name` string, required — The name of the field to add or remove.
    - `type` 'array' | 'bool' | 'date' | 'float' | 'integer' | 'string' | 'url' — Enumerates the possible data types allowed for catalog fields.

## Response `202`

Request accepted for asynchronous processing

- EmptyResponse

## Other responses

- `400` — The request is malformed
- `401` — The Rest API Key is not valid for this project
- `429` — Too Many Requests
- `500` — Unexpected error
- `503` — Batch's services are under maintenance. Please try again later

---

[API](https://skmtc.net/batch/apis/batch-rest-api.md) · [All operations](https://skmtc.net/batch/apis/batch-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/batch/batch-rest-api/revisions/ec696334ff35/schema)
