---
title: "Update contact field definition"
method: POST
path: "/teams/{teamKey}/contacts/fields/{fieldKey}"
---

# Update contact field definition

`POST /teams/{teamKey}/contacts/fields/{fieldKey}`

Update a field definition (name, type, or defaultValue)

## Path parameters

- `teamKey` string, required
- `fieldKey` string, required

## Request body

- object
  - `name` string — Display name of the field
  - `type` string — Field type, must be TEXT_INPUT
  - `defaultValue` string — Default value for new records

## Response `200`

The updated Field object

---

[API](https://skmtc.net/streakyc/apis/directory-fields.md) · [All operations](https://skmtc.net/streakyc/apis/directory-fields/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/streakyc/directory-fields/versions/f9ece0b33f19/schema)
