본문으로 건너뛰기

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": {}
    }