---
title: "Update a contact"
method: PATCH
path: "/contacts/{contact_id}"
tags: ["contacts"]
---

# Update a contact

`PATCH /contacts/{contact_id}`

## Path parameters

- `contact_id` string, required

## Headers

- `Authorization` string, required

## Request body

- object
  - `name` string — The contact's name.
  - `phone_number` string — The contact's phone number.
  - `email` string — The contact's email.
  - `contact_metadata` ContactsContactIdPatchRequestBodyContentApplicationJsonSchemaContactMetadata

## Response `200`

200

- ContactsUpdateAContactResponse200
  - `status` string

---

[API](https://skmtc.net/synthflow/apis/platform-api.md) · [All operations](https://skmtc.net/synthflow/apis/platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/synthflow/platform-api/versions/decb652b52e0/schema)
