@@ -263,7 +263,7 @@ Creates a new OneSignal app
263263
264264### Example
265265
266- * Bearer Authentication (user_auth_key ):
266+ * Bearer Authentication (organization_api_key ):
267267
268268``` python
269269import onesignal
@@ -323,7 +323,7 @@ Name | Type | Description | Notes
323323
324324### Authorization
325325
326- [ user_auth_key ] ( ../README.md#user_auth_key )
326+ [ organization_api_key ] ( ../README.md#organization_api_key )
327327
328328### HTTP request headers
329329
@@ -1267,7 +1267,7 @@ View the details of a single OneSignal app
12671267
12681268### Example
12691269
1270- * Bearer Authentication (user_auth_key ):
1270+ * Bearer Authentication (organization_api_key ):
12711271
12721272``` python
12731273import onesignal
@@ -1305,7 +1305,7 @@ Name | Type | Description | Notes
13051305
13061306### Authorization
13071307
1308- [ user_auth_key ] ( ../README.md#user_auth_key )
1308+ [ organization_api_key ] ( ../README.md#organization_api_key )
13091309
13101310### HTTP request headers
13111311
@@ -1332,7 +1332,7 @@ View the details of all of your current OneSignal apps
13321332
13331333### Example
13341334
1335- * Bearer Authentication (user_auth_key ):
1335+ * Bearer Authentication (organization_api_key ):
13361336
13371337``` python
13381338import onesignal
@@ -1366,7 +1366,7 @@ This endpoint does not need any parameter.
13661366
13671367### Authorization
13681368
1369- [ user_auth_key ] ( ../README.md#user_auth_key )
1369+ [ organization_api_key ] ( ../README.md#organization_api_key )
13701370
13711371### HTTP request headers
13721372
@@ -1989,7 +1989,7 @@ Updates the name or configuration settings of an existing OneSignal app
19891989
19901990### Example
19911991
1992- * Bearer Authentication (user_auth_key ):
1992+ * Bearer Authentication (organization_api_key ):
19931993
19941994``` python
19951995import onesignal
@@ -2051,7 +2051,7 @@ Name | Type | Description | Notes
20512051
20522052### Authorization
20532053
2054- [ user_auth_key ] ( ../README.md#user_auth_key )
2054+ [ organization_api_key ] ( ../README.md#organization_api_key )
20552055
20562056### HTTP request headers
20572057
0 commit comments