---
title: "Update fields on the named `CatalogService`."
method: PATCH
path: "/catalogservices/{CatalogService}"
tags: ["service"]
---

# Update fields on the named \`CatalogService\`.

`PATCH /catalogservices/{CatalogService}`

## Path parameters

- `CatalogService` string, required

## Request body

- CatalogServiceUpdateRequest — CatalogServiceUpdateRequest carries optional field updates. Empty string fields are ignored — name is taken from the URL, not the body. Settings and SecretTypes are replaced when non-nil; pass nil to leave untouched.
  - `app_version` string
  - `chart` string
  - `chart_version` string
  - `description` string
  - `helm_repo` HelmRepoRequest — HelmRepoRequest mirrors the on-cluster CR HelmRepo, including the Secret reference used to resolve credentials. Used by catalog service write requests; auth values themselves are never accepted in the request body.
    - `name` string
    - `secret` string
    - `url` string
  - `secret_types` string[]
  - `service_icon` string
  - `settings` object
  - `short_description` string
  - `values` string

## Response `200`

## Changes

- **2026-08-10** `7a47c00123af` — 1 info
  - endpoint added
- **2026-07-17** `be66b2ae7807` — 1 breaking
  - api removed without deprecation
- **2026-05-27** `ff4abc427feb` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/epinio/apis/epinio-api/changes/catalogservices/:CatalogService/patch.md)

---

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