---
title: "Create or update pwa translation"
method: POST
path: "/api/v1/pwa/translation"
tags: ["PWA"]
---

# Create or update pwa translation

`POST /api/v1/pwa/translation`

Create or update a translation for a pwa page in a specific language.

## Request body

- CreatePWATranslationDTO — DTO for creating a new PWA translation.
  - `pwaId` string, uuid, required — ID of the PWA to which this translation belongs
  - `languageCode` string, required — Language code (e.g., 'en', 'es', 'uk')
  - `pwaName` string, nullable — Translated name of the PWA
  - `description` string, nullable — Translated description of the PWA
  - `whatsNew` string, nullable — Translated information about what's new in the app
  - `safetyDescription` string, nullable — Translated description of the app's safety information
  - `dataTransfer` string, nullable — Translated types of data shared with third parties
  - `dataCollection` string, nullable — Translated types of data collected by the app
  - `dataEncryption` string, nullable — Translated details about data encryption
  - `dataDeletion` string, nullable — Translated details about data deletion policies
  - `comments` object[], nullable — Translated list of user comments for the app

## Response `201`

Resource created successfully.

- CreatedResponse
  - `detail` string

## Other responses

- `401` — Authentication required.
- `403` — Access denied.
- `404` — The requested resource was not found.
- `422` — Validation error. Please check your input.

---

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