---
title: "Update an estimate value"
method: PUT
path: "/estimate_values/{id}"
tags: ["Capacity estimate values"]
---

# Update an estimate value

`PUT /estimate_values/{id}`

Returns all updated estimate values, including computed sums and ignored values.

## Path parameters

- `id` string, required

## Request body

- CapacityestimatevaluesPostRequest
  - `estimate_value` object
    - `total` integer

## 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)
