Skip to main content

Set Import Settings

PUT 

/v2/projects/:projectId/import-settings

Stores import settings for the authenticated user and the project.

Request

Path Parameters

    projectId int64required

Body

required
    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

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...