---
title: "Update an existing field"
method: PUT
path: "/company/people/fields/{fieldId}"
tags: ["Metadata"]
---

# Update an existing field

`PUT /company/people/fields/{fieldId}`

## Path parameters

- `fieldId` string, required

## Request body

- UpdateFieldRequest
  - `name` string — The name of the field.
  - `description` string — The description of the field.

## Response `200`

The field was updated successfully.

## Other responses

- `404` — If the field doesn't exist.

---

[API](https://skmtc.net/hibob/apis/employee-data-api.md) · [All operations](https://skmtc.net/hibob/apis/employee-data-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hibob/employee-data-api/revisions/0781ebbdda91/schema)
