cURL
curl --request PUT \ --url https://api.nango.dev/config \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "provider_config_key": "<string>", "provider": "<string>", "oauth_client_id": "<string>", "oauth_client_secret": "<string>", "oauth_scopes": "<string>" }'
{ "config": { "unique_key": "slack-nango-community", "provider": "slack" } }
Edits an integration (only for OAuth APIs). Deprecated, please use PATCH /integrations/:uniqueKey
PATCH /integrations/:uniqueKey
The secret key from your Nango environment.
Successfully edit an integration
The response is of type object.
object