---
title: "Set Detail Field Options"
method: PUT
path: "/incidents/v1/detail-fields/{field_id}/options"
tags: ["Investigations"]
---

# Set Detail Field Options

`PUT /incidents/v1/detail-fields/{field_id}/options`

## Path parameters

- `field_id` string, required

## Request body

- S12IncidentsV1InvestigationsServiceSetDetailFieldOptionsBody
  - `select_options` S12TypefieldV1FieldOption[] — the new options to use Optional. The options of a field select.
    - `id` string — The id of a field select option.
    - `label` string — The label of a field select option.
    - `order` integer — The display order of this option, 0-indexed. Options should be displayed in ascending order of this field, matching the order they were defined in the field settings.

## Response `200`

A successful response.

- S12IncidentsV1SetDetailFieldOptionsResponse

## Other responses

- `default` — An unexpected error response.

---

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