---
title: "Update contact"
method: PATCH
path: "/api/v1/contacts/{id}"
tags: ["Contacts"]
---

# Update contact

`PATCH /api/v1/contacts/{id}`

## Request body

- UpdateContactRequest
  - `email` string, email
  - `name` string
  - `phone` string
  - `description` string
  - `tags` string[]
  - `status` 'active' | 'unsubscribed' | 'bounced'

## Response `200`

Contact updated

## Other responses

- `400` — Validation error
- `404` — Resource not found

---

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