Skip to main content

Pair existing language

PUT 

https://app.tolgee.io/v2/projects/:projectId/import/result/languages/:importLanguageId/select-existing/:existingLanguageId

Sets existing language to pair with language to import. Data will be imported to selected existing language when applied.

Request

Path Parameters

    importLanguageId int64required
    existingLanguageId int64required
    projectId int64required

Responses

OK

Authorization: X-API-Key

name: X-API-Keytype: apiKeyin: header
var client = new HttpClient();
var request = new HttpRequestMessage(HttpMethod.Put, "https://app.tolgee.io/v2/projects/:projectId/import/result/languages/:importLanguageId/select-existing/:existingLanguageId");
request.Headers.Add("X-API-Key", "<X-API-Key>");
var response = await client.SendAsync(request);
response.EnsureSuccessStatusCode();
Console.WriteLine(await response.Content.ReadAsStringAsync());
Request Collapse all
Base URL
https://app.tolgee.io
Auth
Parameters
— pathrequired
— pathrequired
— pathrequired
ResponseClear

Click the Send API Request button above and see the response here!