curl --request PATCH \
--url https://api.nango.dev/integrations/{uniqueKey} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"unique_key": "<string>",
"display_name": "<string>",
"credentials": {
"type": "OAUTH1",
"client_id": "<string>",
"client_secret": "<string>",
"scopes": "<string>",
"webhook_secret": "<string>"
}
}
'