---
title: "PUT /api/field/{id}"
method: PUT
path: "/api/field/{id}"
tags: ["/api/field"]
---

# PUT /api/field/{id}

`PUT /api/field/{id}`

Update `Field` with ID.

## Path parameters

- `id` integer, required

## Request body

- object
  - `caveats` string, nullable
  - `coercion_strategy` unknown
  - `description` string, nullable
  - `display_name` string, nullable
  - `fk_target_field_id` integer, nullable — value must be an integer greater than zero.
  - `has_field_values` 'auto-list' | 'list' | 'none' | 'search'
  - `json_unfolding` boolean, nullable
  - `nfc_path` string[], nullable
  - `points_of_interest` string, nullable
  - `semantic_type` unknown
  - `settings` object, nullable — Value must be a map.
  - `visibility_type` 'retired' | 'sensitive' | 'normal' | 'hidden' | 'details-only', nullable

## Response `2XX`

Successful response

## Other responses

- `4XX` — Client error response
- `5XX` — Server error response

---

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