PWA

Create or update pwa translation

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

post/api/v1/pwa/translation

Request body

pwaIdstring uuid required

ID of the PWA to which this translation belongs

languageCodestring required

Language code (e.g., 'en', 'es', 'uk')

pwaNamestring nullable

Translated name of the PWA

descriptionstring nullable

Translated description of the PWA

whatsNewstring nullable

Translated information about what's new in the app

safetyDescriptionstring nullable

Translated description of the app's safety information

dataTransferstring nullable

Translated types of data shared with third parties

dataCollectionstring nullable

Translated types of data collected by the app

dataEncryptionstring nullable

Translated details about data encryption

dataDeletionstring nullable

Translated details about data deletion policies

commentsobject[] nullable

Translated list of user comments for the app

Response

Resource created successfully.

detailstring

Changes

No recorded changes to this endpoint across all 1 revision of this API.