---
title: "Update a single country"
method: PATCH
path: "/countries/{id}"
tags: ["Countries"]
---

# Update a single country

`PATCH /countries/{id}`

## Headers

- `If-Match` string, required

## Response `200`

Confirms updating the country resource, returning the new data

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `412` — Precondition failed (If-Match header)
- `413` — Payload too large
- `428` — Precondition required

---

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