We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86ced16 commit 3e2fb09Copy full SHA for 3e2fb09
1 file changed
docs/usage/custom_apps.md
@@ -59,7 +59,7 @@ def configure_app
59
scope: "read_orders,read_products,etc",
60
is_embedded: true, # Set to true if you are building an embedded app
61
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
+ is_private: true, # Set to true if you have an existing private app
63
)
64
65
# Activate session to be used in all API calls
0 commit comments