PATCH
/
connections
/
{connectionId}
cURL
curl --request PATCH \
  --url https://api.nango.dev/connections/{connectionId} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "end_user": {
    "id": "<string>",
    "email": "<string>",
    "display_name": "<string>",
    "tags": {}
  }
}'
{
  "success": true
}

Authorizations

Authorization
string
header
required

The secret key from your Nango environment.

Path Parameters

connectionId
string
required

The connection ID used to create the connection.

Query Parameters

provider_config_key
string
required

The integration ID used to create the connection (aka Unique Key).

Body

application/json

Response

200
application/json

Successfully updated the connection

The response is of type object.