Skip to main content

putSourceConfig

PUT 

/connectors/:scriptName/source-config

Update a connector's source config 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.

Body

required
    file binaryrequired

    connector source config xml file

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