---
title: "Update Proposal Options"
method: PATCH
path: "/estimate/{estimate_uid}/options/{option_uid}"
---

# Update Proposal Options

`PATCH /estimate/{estimate_uid}/options/{option_uid}`

## Path parameters

- `estimate_uid` string, required
- `option_uid` string, required

## Request body

- object
  - `is_hidden` boolean
  - `is_recommended` boolean

## Response `200`

200

- object
  - `type` string
  - `message` string
  - `data` object
    - `estimate_uid` string

## Other responses

- `400` — 400

---

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