From 60f6d2532f7549a646c0391913079c8b111ec7b3 Mon Sep 17 00:00:00 2001 From: Alex Phelps Date: Wed, 31 Jan 2024 20:03:45 +0700 Subject: [PATCH] improve content for server to server app setup --- docs/apps/guides/server-to-server-apps.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/apps/guides/server-to-server-apps.md b/docs/apps/guides/server-to-server-apps.md index bc7aaff..477be43 100644 --- a/docs/apps/guides/server-to-server-apps.md +++ b/docs/apps/guides/server-to-server-apps.md @@ -34,7 +34,7 @@ import DevelopmentStore from '@site/_snippets/_offer-development-store.mdx'; 1. Inside your Partner Account, navigate to Apps and then Create App. Follow the form to create your first app, don't worry about the App name and details, you can change this later. -2. After creating your App, you'll be able to see your App details. Take note of your `Client ID` as it will be used to connect your app files to the app on 29 Next with [App Kit](/apps/app-kit.md). +2. After creating your App, you'll be able to see your App details. Take note of your `Client ID` and `Client Secret` which are used in the [OAuth flow](/apps/oauth/index.md) to retrieve an API Access Token during the [App Install flow](/docs/apps/oauth/getting-started.md). ### Configure App Oauth