From 2f8e2ea5af3b930d914df7adcca3a7da0e84c2c4 Mon Sep 17 00:00:00 2001 From: btkcodedev Date: Tue, 21 May 2024 21:28:23 +0530 Subject: [PATCH] Update docs/integrations/sources/xero-migrations.md Co-authored-by: katmarkham <40400595+katmarkham@users.noreply.github.com> --- docs/integrations/sources/xero-migrations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/integrations/sources/xero-migrations.md b/docs/integrations/sources/xero-migrations.md index 41e8be41d527..c2683449cc2e 100644 --- a/docs/integrations/sources/xero-migrations.md +++ b/docs/integrations/sources/xero-migrations.md @@ -2,7 +2,7 @@ ## Upgrading to 1.0.0 -The authentication scheme is now using `access_token` instead of Oauth 2.0, Follow the documentation - https://developer.xero.com/documentation/guides/oauth2/pkce-flow for understanding more about how to get access token. +The authentication schema is now using `access_token` instead of Oauth 2.0. Visit the Xero documentation - https://developer.xero.com/documentation/guides/oauth2/pkce-flow for more detailed information about how to get access token. Optionally, you may get your access_token via Postman: - Move to Authorization tab of an empty http request and selected Oauth 2.0 - Set use token type as `access token`