From 3e2fb09c3254790e74c1b928a13459c6e7f6f2fe Mon Sep 17 00:00:00 2001 From: Si Le Date: Wed, 17 Jul 2024 12:21:26 -0400 Subject: [PATCH] Set is_private to true because of custom app --- docs/usage/custom_apps.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/usage/custom_apps.md b/docs/usage/custom_apps.md index 5f12849f3..133e7ac37 100644 --- a/docs/usage/custom_apps.md +++ b/docs/usage/custom_apps.md @@ -59,7 +59,7 @@ def configure_app scope: "read_orders,read_products,etc", is_embedded: true, # Set to true if you are building an embedded app api_version: "2024-01", # The version of the API you would like to use - is_private: false, # Set to true if you have an existing private app + is_private: true, # Set to true if you have an existing private app ) # Activate session to be used in all API calls