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