From c854d566102026ef4f3a10f0da8ec3d141a67f6f Mon Sep 17 00:00:00 2001 From: Samuel Bodin <1637651+bodinsamuel@users.noreply.github.com> Date: Wed, 23 Oct 2024 10:58:17 +0200 Subject: [PATCH] docs: typo in node client (#2873) ## Describe your changes - Fix typo in node-client doc --- docs-v2/reference/sdks/node.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs-v2/reference/sdks/node.mdx b/docs-v2/reference/sdks/node.mdx index 3b52d8e89ff..49880fe20b5 100644 --- a/docs-v2/reference/sdks/node.mdx +++ b/docs-v2/reference/sdks/node.mdx @@ -158,7 +158,7 @@ await nango.listIntegrations() Returns a specific integration. ```js -await nango.getIntegration({ unique_key: }); +await nango.getIntegration({ uniqueKey: }); // Deprecated await nango.getIntegration(); @@ -167,8 +167,8 @@ await nango.getIntegration(); **Parameters** - - The integration ID (`unique_key`) + + The integration ID Include sensitive data. Allowed values: `webhook`