---
title: "Update Dropdown"
method: PATCH
path: "/api/v1/admin/dropdowns/{dropdown_id}"
tags: ["admin-dropdowns"]
---

# Update Dropdown

`PATCH /api/v1/admin/dropdowns/{dropdown_id}`

Partially update a dropdown option.

Requires ``settings:edit`` permission.

## Path parameters

- `dropdown_id` string, uuid, required

## Request body

- AdminDropdownUpdate — Update a dropdown option. All fields optional.
  - `label` string, nullable
  - `value` string, nullable
  - `sort_order` integer, nullable
  - `is_active` boolean, nullable
  - `base_price` union
    - number
    - string
  - `pricing_metadata` object, nullable

## Response `200`

Successful Response

- AdminDropdownResponse — Admin view of a dropdown option including inactive, base_price, and pricing_metadata.
  - `id` string, uuid, required
  - `category` string, required
  - `label` string, required
  - `value` string, required
  - `sort_order` integer, required
  - `is_active` boolean, required
  - `base_price` string, nullable
  - `pricing_metadata` object, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/prototyping/apis/prototyping-io-api.md) · [All operations](https://skmtc.dev/prototyping/apis/prototyping-io-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/prototyping/prototyping-io-api/revisions/f4a0079fbb57/schema)
