Skip to main content

Get Import Settings

GET 

/v2/projects/:projectId/import-settings

Returns import settings for the authenticated user and the project.

Request

Path Parameters

    projectId int64required

Responses

OK

Schema
    overrideKeyDescriptions booleanrequired

    If true, key descriptions will be overridden by the import

    convertPlaceholdersToIcu booleanrequired

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

Loading...