PATCH
/
core
/
connection
/
{id}

Authorizations

x-apikey
string
header
required
x-connection-id
string
header
required

Path Parameters

id
string
required

Must start with 'conn_'

Body

application/json
customerId
string | null
Minimum length: 1
disabled
boolean
displayName
string | null
integrationId
string | null

Must start with 'int_'

metadata
any

JSON object can can be used to associate arbitrary metadata to avoid needing a separate 1-1 table just for simple key values in your application. During updates this object will be shallowly merged

settings
object | null

Response

200 - application/json
connectorConfigId
string
required

Must start with 'ccfg_'

connectorName
string
required

Unique name of the connector

createdAt
string
required
id
string
required

Must start with 'conn_'

updatedAt
string
required
customerId
string | null
Minimum length: 1
disabled
boolean
displayName
string | null
integrationId
string | null

Must start with 'int_'

metadata
any

JSON object can can be used to associate arbitrary metadata to avoid needing a separate 1-1 table just for simple key values in your application. During updates this object will be shallowly merged

settings
object | null
standard
object | null