---
title: "update a key value"
method: PUT
path: "/v1/{project}/kie/kv/{kv_id}"
---

# update a key value

`PUT /v1/{project}/kie/kv/{kv_id}`

## Path parameters

- `project` string, required
- `kv_id` string, required

## Headers

- `Content-Type` string, required

## Request body

- V1KVUpdateBody
  - `status` string
  - `value` string

## Response `200`

OK

- DocResponseSingleKey
  - `create_revision` integer
  - `create_time` string
  - `id` string
  - `key` string
  - `label_format` string
  - `labels` object
  - `update_revision` integer
  - `update_time` string
  - `value` string
  - `value_type` string

---

[API](https://skmtc.net/apache/apis/servicecomb-kie.md) · [All operations](https://skmtc.net/apache/apis/servicecomb-kie/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/apache/servicecomb-kie/revisions/d0a1fffb33de/schema)
