From b3bc049da152594b97e1140c6b832abc67d09ff1 Mon Sep 17 00:00:00 2001 From: nael Date: Tue, 25 Jun 2024 22:36:11 +0200 Subject: [PATCH] :memo: Updated Docs --- docs/open-source/contributors.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/open-source/contributors.mdx b/docs/open-source/contributors.mdx index bad56b191..b36ce56db 100644 --- a/docs/open-source/contributors.mdx +++ b/docs/open-source/contributors.mdx @@ -202,7 +202,7 @@ For the sake of this guide, let's map the common object `contact` under `crm` ca slug: string; remote_id: string; }[] - ): UnifiedContactOutput | UnifiedContactOutput[]; + ): Promise; } ``` @@ -222,7 +222,7 @@ For the sake of this guide, let's map the common object `contact` under `crm` ca slug: string; remote_id: string; }[], - ): UnifiedContactOutput | UnifiedContactOutput[] {} + ): Promise {} } ``` @@ -269,7 +269,7 @@ Now you must test Panora unified endpoints with the new connector built. The values for `linkedUserId` and `projectId` are to be found within the webapp at `localhost` ```shell Insert an api key connection curl --request POST \ - --url http://localhost:3000/connections/apikey/callback?query=state \ + --url http://localhost:3000/connections/apikey/callback?state=state \ --header 'Content-Type: application/json' \ --data '{ "apikey": "YOUR_CONNECTOR_API_KEY",