Skip to content

Commit 0a48348

Browse files
author
OneSignal
committed
feat: add v2.2.0 package updates
1 parent 7ab47a6 commit 0a48348

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ from onesignal.api import default_api
6666
# (also knows as REST_API_KEY). We recommend adding both of them in the configuration page so that you will not need
6767
# to figure it yourself.
6868
configuration = onesignal.Configuration(
69-
app_key = "YOUR_APP_KEY",
70-
user_key = "YOUR_USER_KEY"
69+
app_key = "YOUR_REST_API_KEY", # App REST API key required for most endpoints
70+
user_key = "YOUR_ORGANIZATION_API_KEY" # Organization key is only required for creating new apps and other top-level endpoints
7171
)
7272

7373

0 commit comments

Comments
 (0)