---
title: "Update a key result"
method: PUT
path: "/key_results/{id}"
tags: ["Key results"]
---

# Update a key result

`PUT /key_results/{id}`

## Path parameters

- `id` string, required

## Request body

- KeyresultsPostRequest
  - `key_result` object
    - `name` string
    - `workflow_status` object
      - `name` string
    - `watchers` integer[]
    - `description` string
    - `current_metric` string

## Response `200`

Successful operation

---

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