---
title: "Update Custom Field Options V1"
method: PUT
path: "/v1/custom_field_options/{id}"
tags: ["Custom Field Options V1"]
---

# Update Custom Field Options V1

`PUT /v1/custom_field_options/{id}`

Update a custom field option

## Path parameters

- `id` string, required

## Request body

- CustomFieldOptionsV1UpdateRequestBody
  - `sort_key` integer, required — Sort key used to order the custom field options correctly
  - `value` string, required — Human readable name for the custom field option

## Response `200`

OK response.

- CustomFieldOptionsV1UpdateResponseBody
  - `custom_field_option` CustomFieldOptionV1, required
    - `custom_field_id` string, required — ID of the custom field this option belongs to
    - `id` string, required — Unique identifier for the custom field option
    - `sort_key` integer, required — Sort key used to order the custom field options correctly
    - `value` string, required — Human readable name for the custom field option

---

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