Skip to main content

ConnectorUpdate

Payload used to update Connector. Optional fields include name, alias, type, driver, collection_id, and 7 more.

name object
anyOf
string
alias object
anyOf
string
type object
anyOf
string
driver object
anyOf
string
collection_id object
anyOf
string

Possible values: non-empty

tags object
anyOf
  • Array [
  • string
  • ]
  • description object
    anyOf
    string
    options object
    anyOf
    object
    credentials object
    anyOf
    object
    script object
    anyOf
    string
    packages object
    anyOf
  • Array [
  • string
  • ]
  • metadata object
    anyOf
    object
    ConnectorUpdate
    {
    "name": "string",
    "alias": "string",
    "type": "string",
    "driver": "string",
    "collection_id": "string",
    "tags": [
    "string"
    ],
    "description": "string",
    "options": {},
    "credentials": {},
    "script": "string",
    "packages": [
    "string"
    ],
    "metadata": {}
    }