Skip to main content
PATCH
Edit an integration
Requires an API key with the environment:integrations:update scope. Learn more about API key scopes.

Authorizations

Authorization
string
header
required

The secret key from your Nango environment.

Path Parameters

uniqueKey
string
required

The integration ID (unique_key) that you created in Nango.

Body

application/json
unique_key
string

A unique integration ID, which you will use in the other API calls to reference this integration.

display_name
string

The integration display name.

forward_webhooks
boolean

Whether to forward webhooks received for this integration.

credentials
object

Integration credentials schema for different authentication types.

integration_config
object

Provider-specific configuration for providers that declare an integration_config schema (e.g. private-api-generic, aws-sigv4). Only the fields you pass are updated.

Response

Successfully updated an integration

data
object
required