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 }
Edit a connection
The secret key from your Nango environment.
The connection ID used to create the connection.
The integration ID used to create the connection (aka Unique Key).
Show child attributes
Uniquely identifies the end user.
Tags associated with the end user. Only accepts strings values, up to 64 keys.
64
Successfully updated the connection
Was this page helpful?