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

# Update contact field value

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

Update a single field value for a specific contact

## Path parameters

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

## Request body

- object
  - `value` string, required — String value

## Response `200`

---

[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)
