Translation
Cette page n'est pas disponible en français. La version anglaise est affichée.
Send keys from one platform to multiple target platforms by language
Sends selected keys from a source platform to multiple target platforms, matching by language within the same project type.
Authorization
BearerAuthObject AuthorizationBearer <token>
In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
curl -X POST "https://example.com/api/v2/translations/export-keys" \ -H "Content-Type: application/json" \ -d '{ "fromPlatformId": 76, "toPlatformIds": [ 23, 24 ], "languageId": 1, "data": [ 2320, 2321, 2322 ] }'Empty
Empty
Empty
Empty