---
title: "Change Estimate Status"
method: POST
path: "/estimates/{estimate_id}/status"
---

# Change Estimate Status

`POST /estimates/{estimate_id}/status`

Update the status of a specific estimate.

## Path parameters

- `estimate_id` integer, required

## Request body

- object
  - `status_id` integer, required — Status Id
  - `comment` string — Status comment

## Response `200`

200

- object

## Other responses

- `400` — 400

---

[API](https://skmtc.net/roapp/apis/ro-app-public-api-v2.md) · [All operations](https://skmtc.net/roapp/apis/ro-app-public-api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/roapp/ro-app-public-api-v2/revisions/85de4353ed28/schema)
