Skip to main content

Set Import Settings

PUT 

http://localhost:8080/v2/projects/:projectId/import-settings

Stores import settings for the authenticated user and the project.

Request

Path Parameters

    projectId int64required

Bodyrequired

    convertPlaceholdersToIcubooleanrequired

    If true, placeholders from other formats will be converted to ICU when possible

    createNewKeysbooleanrequired

    If false, only updates keys, skipping the creation of new keys

    overrideKeyDescriptionsbooleanrequired

    If true, key descriptions will be overridden by the import

Responses

OK

Schema
    convertPlaceholdersToIcubooleanrequired

    If true, placeholders from other formats will be converted to ICU when possible

    createNewKeysbooleanrequired

    If false, only updates keys, skipping the creation of new keys

    overrideKeyDescriptionsbooleanrequired

    If true, key descriptions will be overridden by the import

Authorization: X-API-Key

name: X-API-Keytype: apiKeyin: header

Request Collapse all
Base URL
http://localhost:8080
Auth
Parameters
— pathrequired
Body required
{
  "convertPlaceholdersToIcu": true,
  "createNewKeys": true,
  "overrideKeyDescriptions": true
}
ResponseClear

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