---
title: "Update customer"
method: PATCH
path: "/customers"
tags: ["Customers Controller"]
---

# Update customer

`PATCH /customers`

Update customer

## Request body

- UpdateCustomerDto
  - `customerEmail` string, required — Customer email address
  - `emailValid` boolean — Whether the email is valid

## Response `200`

Customer updated successfully

- CustomerResponseDto
  - `id` number, required — Customer ID
  - `customerEmail` string, required — Customer email address
  - `emailValid` boolean, required — Whether the email is valid
  - `emailValidationStatus` string, required — Email validation status (UNKNOWN, VALID, INVALID)

---

[API](https://skmtc.dev/findmydocument/apis/land-registry-api.md) · [All operations](https://skmtc.dev/findmydocument/apis/land-registry-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/findmydocument/land-registry-api/revisions/b55a990514fb/schema)
