---
title: "Update translations by locale"
method: PUT
path: "/translations/{domain}/{locale}"
tags: ["Translations"]
---

# Update translations by locale

`PUT /translations/{domain}/{locale}`

Uploads the translation strings for one domain and locale. Courier uses them to render localized content for recipients in that locale.

## Path parameters

- `domain` string, required
- `locale` string, required

## Request body

- string

## Response `204`

## Other responses

- `404`

---

[API](https://skmtc.net/trycourier/apis/courier.md) · [All operations](https://skmtc.net/trycourier/apis/courier/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/trycourier/courier/revisions/04f69fbf96a5/schema)
