---
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.
  - `appVersion` string
  - `chart` string
  - `chartVersion` string
  - `description` string
  - `helmRepo` 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
  - `secretTypes` string[]
  - `serviceIcon` string
  - `settings` object
  - `shortDescription` string
  - `values` string

## Response `200`

## Changes

- **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/ff4abc427feb/schema)
