---
title: "Patch Contact"
method: PATCH
path: "/contacts"
---

# Patch Contact

`PATCH /contacts`

## Request body

- PatchContactBody
  - `identifier` ContactsRoutesContactIdentifier, required
    - `id` integer, nullable
    - `name` string, nullable
    - `phones` string, nullable
  - `name` string
  - `phones` string
  - `birthday` string
  - `company` string
  - `email` string
  - `title` string
  - `address` string
  - `status` string
  - `pdf_file` string

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/bamboome/apis/contact-sync-api.md) · [All operations](https://skmtc.dev/bamboome/apis/contact-sync-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/bamboome/contact-sync-api/revisions/56beadb81ad2/schema)
