Translation

Upload translations for a language/story from a JSON, CSV or Android strings.xml file

POST
/api/v2/default-translations/import

Authorization

BearerAuthObject
AuthorizationBearer <token>

In: header

Request Body

multipart/form-data

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X POST "https://example.com/api/v2/default-translations/import" \  -F projectTypeId="1" \  -F storyId="1" \  -F languageId="5" \  -F file="string"
{  "message": "OK",  "inserted": 2,  "updated": 1,  "skipped": 0}
Empty
Empty
Empty
Empty