From 2c4c12a555e42de901506c6ea68c7ffa4d3efe88 Mon Sep 17 00:00:00 2001 From: Max Clayton Clowes Date: Mon, 25 Nov 2024 15:42:17 +0000 Subject: [PATCH 1/2] Updating access token pattern for connections sdk --- .github/workflows/linknator.yml | 2 +- docs/auth-flow/optimize/connection-management.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/linknator.yml b/.github/workflows/linknator.yml index 7953f6b1d..3c21395ba 100644 --- a/.github/workflows/linknator.yml +++ b/.github/workflows/linknator.yml @@ -1,4 +1,4 @@ -name: Broken Links Check +name: Broken links checker on: pull_request: diff --git a/docs/auth-flow/optimize/connection-management.md b/docs/auth-flow/optimize/connection-management.md index 2b1c78ba9..a0e1f673e 100644 --- a/docs/auth-flow/optimize/connection-management.md +++ b/docs/auth-flow/optimize/connection-management.md @@ -24,7 +24,7 @@ With its sleek UI and low-code deployment, the component provides the following - Enables the user to reauthorize a previously unlinked or deauthorized connection, setting it back to `Linked` status. - Provides additional controls over specific integrations (e.g. [Pause the connector](/integrations/accounting/quickbooksdesktop/installing-the-quickbooks-connector#pause-the-connector) for QuickBooks Desktop). -You can read more about [Connection statuses](https://docs.codat.io/core-concepts/connections#connection-status) at Codat. +You can read more about [Connection statuses](/core-concepts/connections#connection-status) at Codat. ## Example implementation @@ -44,7 +44,7 @@ The Connections SDK is an independent component and doesn't require our [Link SD ### Access token -Once your customer authorizes within your application, use the [Get access token](/platform-api#/operations/get-connection-management-access-token) endpoint to retrieve an access token for this customer's company. +Once your customer authorizes within your application, use the [Get access token](/platform-api#/operations/get-company-access-token) endpoint to retrieve an access token for this customer's company. :::tip Token validity The token is only valid for one hour and applies to a single company. From e52e3825fa789a8012b68c7b7cfb1d327a971235 Mon Sep 17 00:00:00 2001 From: Polina <112084241+pzaichkina@users.noreply.github.com> Date: Mon, 25 Nov 2024 16:12:32 +0000 Subject: [PATCH 2/2] broken link fix --- blog/241124-bank-feeds-sdk.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blog/241124-bank-feeds-sdk.md b/blog/241124-bank-feeds-sdk.md index 790381e3e..194b7f86a 100644 --- a/blog/241124-bank-feeds-sdk.md +++ b/blog/241124-bank-feeds-sdk.md @@ -15,7 +15,7 @@ Building and launching a best-in-class bank feeds solution has never been easier Our new [Bank Feeds SDK](https://www.npmjs.com/package/@codat/sdk-bank-feeds-types) brings together all the complex pieces to create a simple Bank Feeds setup experience. -It leverages our [Link SDK](auth-flow/authorize-embedded-link) to allow your users to quickly and securely share access to their accounting software. It also enables them to set up the mapping between your accounts and the accounts in their software in one seamless flow. +It leverages our [Link SDK](/auth-flow/authorize-embedded-link) to allow your users to quickly and securely share access to their accounting software. It also enables them to set up the mapping between your accounts and the accounts in their software in one seamless flow. All of this is included in a single [low-code JavaScript component](https://www.npmjs.com/package/@codat/sdk-bank-feeds-types). Our rich configuration properties allow your application to interact with the SDK and customize text and branding in a way that creates a trusted, compelling experience.