PATCH
/
core
/
connection
/
{id}
curl --request PATCH \
  --url https://api.openint.dev/v0/core/connection/{id} \
  --header 'Content-Type: application/json' \
  --header 'x-apikey: <api-key>' \
  --header 'x-connection-id: <api-key>' \
  --data '{
  "settings": {},
  "displayName": "<string>",
  "metadata": "<any>",
  "disabled": true,
  "customerId": "<string>",
  "integrationId": "<string>"
}'
{
  "createdAt": "<string>",
  "updatedAt": "<string>",
  "id": "<string>",
  "connectorName": "<string>",
  "displayName": "<string>",
  "customerId": "<string>",
  "connectorConfigId": "<string>",
  "integrationId": "<string>",
  "settings": {},
  "standard": {
    "displayName": "<string>",
    "status": "healthy",
    "statusMessage": "<string>",
    "labels": [
      "<string>"
    ]
  },
  "disabled": true,
  "metadata": "<any>"
}

Authorizations

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

Path Parameters

id
string
required

Must start with 'conn_'

Body

application/json

Response

200
application/json
Successful response

The response is of type object.