Skip to content

Commit

Permalink
docs: typo in node client (#2873)
Browse files Browse the repository at this point in the history
## Describe your changes

- Fix typo in node-client doc
  • Loading branch information
bodinsamuel authored Oct 23, 2024
1 parent ba74955 commit c854d56
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs-v2/reference/sdks/node.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ await nango.listIntegrations()
Returns a specific integration.

```js
await nango.getIntegration({ unique_key: <UNIQUE_KEY> });
await nango.getIntegration({ uniqueKey: <UNIQUE_KEY> });

// Deprecated
await nango.getIntegration(<INTEGRATION-ID>);
Expand All @@ -167,8 +167,8 @@ await nango.getIntegration(<INTEGRATION-ID>);
**Parameters**

<Expandable>
<ResponseField name="unique_key" type="string" required>
The integration ID (`unique_key`)
<ResponseField name="uniqueKey" type="string" required>
The integration ID
</ResponseField>
<ResponseField name="include" type="array">
Include sensitive data. Allowed values: `webhook`
Expand Down

0 comments on commit c854d56

Please sign in to comment.