We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ab47a6 commit 0a48348Copy full SHA for 0a48348
README.md
@@ -66,8 +66,8 @@ from onesignal.api import default_api
66
# (also knows as REST_API_KEY). We recommend adding both of them in the configuration page so that you will not need
67
# to figure it yourself.
68
configuration = onesignal.Configuration(
69
- app_key = "YOUR_APP_KEY",
70
- user_key = "YOUR_USER_KEY"
+ app_key = "YOUR_REST_API_KEY", # App REST API key required for most endpoints
+ user_key = "YOUR_ORGANIZATION_API_KEY" # Organization key is only required for creating new apps and other top-level endpoints
71
)
72
73
0 commit comments