---
title: "PATCH /catalogs/{name}"
method: PATCH
path: "/catalogs/{name}"
tags: ["CatalogService", "catalogs", "unity"]
---

# PATCH /catalogs/{name}

`PATCH /catalogs/{name}`

Update a catalog

## Path parameters

- `name` string, required

## Request body

- UpdateCatalogRequest — Update a catalog
  - `name` string, required — Name of catalog.
  - `comment` string — User-provided free-form text description.
  - `properties` object — A map of key-value properties attached to the securable.
  - `newName` string — Name of catalog.

## Response `200`

OK

- CatalogInfo — A catalog is a root-level namespace that contains schemas.
  - `name` string, required — Name of catalog.
  - `comment` string — User-provided free-form text description.
  - `properties` object — A map of key-value properties attached to the securable.
  - `owner` string — Username of current owner of catalog.
  - `createAt` string — Time at which this catalog was created, in epoch milliseconds.
  - `createdBy` string — Username of catalog creator.
  - `updateAt` string — Time at which this catalog was last updated, in epoch milliseconds.
  - `updatedBy` string — Username of user who last modified catalog.
  - `id` string — Unique identifier for the catalog.

## Other responses

- `default` — Default error response

## Changes

- **2025-02-20** `27d7bed71eaa` — 1 info
  - endpoint added
- **2025-02-16** `af378e92b27b` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/delta-incubator/apis/delta-sharing-api/changes/catalogs/:name/patch.md)

---

[API](https://skmtc.dev/delta-incubator/apis/delta-sharing-api.md) · [All operations](https://skmtc.dev/delta-incubator/apis/delta-sharing-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/delta-incubator/delta-sharing-api/revisions/45486f7d0cd5/schema)
