Skip to content

Commit 3e2fb09

Browse files
committed
Set is_private to true because of custom app
1 parent 86ced16 commit 3e2fb09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/usage/custom_apps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ def configure_app
5959
scope: "read_orders,read_products,etc",
6060
is_embedded: true, # Set to true if you are building an embedded app
6161
api_version: "2024-01", # The version of the API you would like to use
62-
is_private: false, # Set to true if you have an existing private app
62+
is_private: true, # Set to true if you have an existing private app
6363
)
6464

6565
# Activate session to be used in all API calls

0 commit comments

Comments
 (0)