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

# Update Contact

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

This method updates a contact details.

## Path parameters

- `id` string, required

## Request body

- ContactUpdateRequest
  - `first_name` string, nullable
  - `last_name` string, nullable
  - `company` string, nullable
  - `job_title` string, nullable
  - `phone` string, nullable
  - `state` string, nullable
  - `street_address` string, nullable
  - `city` string, nullable
  - `postal_code` string, nullable

## Response `200`

OK

- ContactDetailsResponse
  - `id` string — A unique identifier of the contact
  - `email` string, nullable — An email address of the contact
  - `first_name` string, nullable — Contact's first name
  - `last_name` string, nullable — Contact's last name
  - `company` string, nullable — Contact's company name
  - `job_title` string, nullable — Contact's job title
  - `phone` string, nullable — A phone number
  - `country` string, nullable — A country name
  - `state` string, nullable — A state name
  - `street_address` string, nullable — A street address
  - `city` string, nullable — A city name
  - `postal_code` string, nullable — A postal code

## Other responses

- `400` — Bad Request
- `401` — Authentication error
- `429` — Too Many Requests

---

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