---
title: "Update catalog client (admin)"
method: PATCH
path: "/v2/catalog/clients/{client_id}"
tags: ["Catalog"]
---

# Update catalog client (admin)

`PATCH /v2/catalog/clients/{client_id}`

Super Admin or Client Admin only. Partial update of name or plan_type.

## Path parameters

- `client_id` string, uuid, required

## Request body

- CatalogClientUpdate
  - `name` string, nullable
  - `plan_type` 'standard' | 'library_only' | 'enterprise' | 'ido_premium', nullable

## Response `200`

Successful Response

- CatalogClientResponse
  - `id` string, uuid, required
  - `name` string, required
  - `plan_type` string, required
  - `created_at` string, date-time, required
  - `updated_at` string, date-time, required

## Other responses

- `401` — Missing or invalid authentication credentials.
- `403` — Admin access required.
- `404` — Not Found
- `422` — Validation Error

## Changes

- **2026-07-31** `1d445d2a69b5` — 2 info
  - added the non-success response with the status `401`
  - added the non-success response with the status `403`

[Change history](https://skmtc.dev/carbonarc/apis/carbon-arc-api-documentation/changes/v2/catalog/clients/:client_id/patch.md)

---

[API](https://skmtc.dev/carbonarc/apis/carbon-arc-api-documentation.md) · [All operations](https://skmtc.dev/carbonarc/apis/carbon-arc-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/carbonarc/carbon-arc-api-documentation/revisions/726b1a8471b4/schema)
