---
title: "Update country"
method: PATCH
path: "/countries/{id}"
tags: ["Country Controller"]
---

# Update country

`PATCH /countries/{id}`

Update a country by its ID

## Path parameters

- `id` number, required

## Request body

- UpdateCountryDto
  - `countryName` string — Country name
  - `domain` string — Country domain
  - `currencyCode` string — ISO 4217 currency code (3 uppercase letters)
  - `currencySymbol` string — Currency symbol
  - `mailFrom` string — Email address to use as sender for emails related to this country
  - `supportMail` string — Support email address for customer inquiries related to this country
  - `emailSignature` string — Email signature for this country
  - `displayName` string — Display name for this country (used in UI/emails)

## Response `200`

Country updated successfully

---

[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)
