> ## Documentation Index
> Fetch the complete documentation index at: https://nango-scrips-ref.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Update an integration

> Edits an integration (only for OAuth APIs)

<Info>
  Only integrations using OAuth 1 & 2 can be updated, not integrations using API keys & Basic auth (because there is nothing to update for them).
</Info>

<ResponseExample>
  ```json Example Response
  {
    "config": {
      "unique_key": "slack-nango-community",
      "provider": "slack"
    }
  }
  ```
</ResponseExample>
