Skip to main content

putTranslations

PUT 

/connectors/:scriptName/translations/:locale

Update a connector's translations using its script name. A token with ORG_ADMIN authority is required to call this API.

Request

Path Parameters

    scriptName stringrequired

    The scriptName value of the connector. Scriptname is the unique id generated at connector creation.

    locale stringrequired

    Possible values: [de, no, fi, sv, ru, pt, ko, zh-TW, en, it, fr, zh-CN, hu, es, cs, ja, pl, da, nl]

    The locale to apply to the config. If no viable locale is given, it will default to "en"

Body

required

    object

Responses

The connector's update detail

Schema
    message string

    The detailed message for an update. Typically the relevent error message when status is error.

    scriptName string

    The connector script name

    updatedFiles string[]nullable

    The list of updated files supported by the connector

    status string

    Possible values: [ERROR, UPDATED, UNCHANGED, SKIPPED]

    The connector update status

Loading...