Translation

Copy a tenant's manual translations into platform default translations

POST
/api/v2/default-translations/copy-tenant-translations/apply

Authorization

BearerAuthObject
AuthorizationBearer <token>

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X POST "https://example.com/api/v2/default-translations/copy-tenant-translations/apply" \  -H "Content-Type: application/json" \  -d '{    "projectTypeId": 1,    "tenantId": "11111111-1111-1111-1111-111111111111",    "languageId": 2  }'
{  "created": 100,  "overwritten": 20,  "skipped": 0}
Empty
Empty
Empty
Empty
Empty