---
title: "Update an individual Config Store"
method: PUT
path: "/v2/control-planes/{controlPlaneId}/config-stores/{configStoreId}"
tags: ["Config Stores"]
---

# Update an individual Config Store

`PUT /v2/control-planes/{controlPlaneId}/config-stores/{configStoreId}`

Updates a Config Store

## Request body

- UpdateConfigStore — The request schema to update a Config Store.
  - `name` string

## Response `200`

Config Store

- ConfigStore
  - `id` string, uuid — The Config Store ID.
  - `name` string — The name of the Config Store
  - `created_at` string, date-time — An ISO-8601 timestamp representation of entity creation date.
  - `updated_at` string, date-time — An ISO-8601 timestamp representation of entity update date.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `415` — Unsupported Media Type

---

[API](https://skmtc.net/kong/apis/konnect-api-go-sdk.md) · [All operations](https://skmtc.net/kong/apis/konnect-api-go-sdk/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kong/konnect-api-go-sdk/versions/f920f418f552/schema)
