Skip to content

Commit

Permalink
Set is_private to true because of custom app
Browse files Browse the repository at this point in the history
  • Loading branch information
sle-c committed Jul 17, 2024
1 parent 86ced16 commit 3e2fb09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/usage/custom_apps.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3e2fb09

Please sign in to comment.