---
title: "Update Service"
method: PATCH
path: "/v1/catalog-services/{id}"
tags: ["Catalog Services"]
---

# Update Service

`PATCH /v1/catalog-services/{id}`

Updates a service.

## Request body

- UpdateCatalogService
  - `name` string, nullable — The machine name of the Service that uniquely identifies it within the catalog.
  - `display_name` string, nullable — The display name of the Service.
  - `description` string, nullable — Optionally provide a description of the Service.
  - `labels` LabelsUpdate, nullable — Labels store metadata of an entity that can be used for filtering an entity list or for searching across entity types. Labels are intended to store **INTERNAL** metadata. Keys must be of length 1-63 characters, and cannot start with "kong", "konnect", "mesh", "kic", or "_".
  - `custom_fields` CustomFields — Map of customizable, catalog-defined fields providing information about a service.

## Response `200`

A response containing a single service object.

- CatalogService — The service object contains information about a Service Catalog service.
  - `id` string, uuid, required — The service ID.
  - `name` string, required — The machine name of the Service that uniquely identifies it within the catalog.
  - `display_name` string, required — The display name of the Service.
  - `description` string, nullable, required — Optionally provide a description of the Service.
  - `custom_fields` CustomFields, required — Map of customizable, catalog-defined fields providing information about a service.
  - `labels` Labels, required — Labels store metadata of an entity that can be used for filtering an entity list or for searching across entity types. Keys must be of length 1-63 characters, and cannot start with "kong", "konnect", "mesh", "kic", or "_".
  - `created_at` string, date-time, required — An ISO-8601 timestamp representation of entity creation date.
  - `updated_at` string, date-time, required — An ISO-8601 timestamp representation of entity update date.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `409` — Conflict

## Changes

> 52 revisions in range; 1 could not be searched.

- **2025-10-29** `19e869275e28` — 1 warning
  - added the new `type` enum value to the `allOf[subschema #2]/invalid_parameters/items/oneOf[#/components/schemas/InvalidParameterStandard]/rule` response property for the response status `400`
- **2025-08-22** `96118a9cd7f4` — 10 breaking, 2 info
  - the response property `allOf[subschema #2]/invalid_parameters/items/oneOf[#/components/schemas/InvalidParameterChoiceItem]/source` became nullable for the status `400`
  - the response property `allOf[subschema #2]/invalid_parameters/items/oneOf[#/components/schemas/InvalidParameterDependentItem]/source` became nullable for the status `400`
  - the response property `allOf[subschema #2]/invalid_parameters/items/oneOf[#/components/schemas/InvalidParameterMaximumLength]/source` became nullable for the status `400`
  - the response property `allOf[subschema #2]/invalid_parameters/items/oneOf[#/components/schemas/InvalidParameterMinimumLength]/source` became nullable for the status `400`
  - …8 more
- **2025-08-12** `9ca62eba4eca` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/kong/apis/konnect-api/changes/v1/catalog-services/:id/patch.md)

---

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